←Select platform

PrimaryPicture Property

Summary

Gets or sets the AnnPicture object associated with the primary picture of the annotation object.

Syntax

C#
VB
C++
public AnnPicture PrimaryPicture { get; set; } 
  
Property PrimaryPicture As Leadtools.Annotations.AnnPicture 
property Leadtools.Annotations.AnnPicture^ PrimaryPicture { 
   Leadtools.Annotations.AnnPicture^ get(); 
   void set (    Leadtools.Annotations.AnnPicture^ ); 
} 

Property Value

The AnnPicture object associated with the primary picture of the annotation object.

Remarks

The secondary picture can be found in the SecondaryPicture property. For more information, refer to Using Primary and Secondary Pictures in Annotation Objects. (Deprecated)

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly