ILeader Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by ILeader.

Public Properties

 NameDescription
 PropertyColorGets or sets the LineColor of this Leader.  
 PropertyDimensionStyleGets or sets the name of the DimensionStyle for the Leader.  
 PropertyErasedGets or sets whether to erase or restore the Leader.  
 PropertyHandleGets the value of the handle for the Leader.  
 PropertyLayerGets or sets the name of the Layer of the Leader.  
 PropertyLineScaleGets or sets the scale factor for the Leader's LineStyle.  
 PropertyLineStyleGets or sets the name of the LineStyle for the Leader.  
 PropertyLineWeightGets or sets the LineWeight for the Leader.  
 PropertyPrintStyleGets or sets the name of the PrintStyle for this Leader.  
 PropertyTransparencyGets or sets the transparency object for this Leader.  
 PropertyTypeGets or sets the type of Leader.  
 PropertyVisibleGets or sets whether to show the Leader in the drawing.  
Top

Public Methods

 NameDescription
 MethodAddVertexAppends the specified vertex to the Leader.  
 MethodCreateExtensionDictionaryCreates a dictionary for the Leader.  
 MethodDeleteCustomDataDeletes the specified custom data from the Leader.  
 MethodDeleteHyperLinkDeletes the hyperlink attached to the Leader.  
 MethodGetAnnotationTypeGets the type of annotation connected to the Leader.  
 MethodGetBlockAnnotationGets the Block instance attached to the Leader.  
 MethodGetBoundingBoxGets the bounding box enclosing the Leader.  
 MethodGetCustomDataGets the specified custom data for the Leader.  
 MethodGetDimensionStyleDataGets the DimensionStyle for the Leader.  
 MethodGetDimensionStyleUserDataGets the DimensionStyle user data, including overrides, of the Leader.  
 MethodGetExtensionDictionaryGets the dictionary for the Leader.  
 MethodGetHyperLinkGets the hyperlink attached to the Leader.  
 MethodGetNormalGets the vector normal to this Leader.  
 MethodGetNoteAnnotationGets the Note attached to the Leader.  
 MethodGetToleranceAnnotationGets the geometric Tolerance attached to the Leader.  
 MethodGetVertexCoordinateGets the specified vertex of the Leader.  
 MethodGetVerticesCountGets the number of vertices in the Leader.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary for the Leader, if the dictionary exists and is empty.  
 MethodRemoveAnnotationRemoves the annotation from the Leader.  
 MethodRemoveLastVertexRemoves the last vertex of this Leader.  
 MethodSelectAdds or removes the selected Leader to or from the current selection set.  
 MethodSetBlockAnnotationAttaches a Block instance to the Leader.  
 MethodSetCustomDataSets the custom data for the Leader.  
 MethodSetHyperLinkAttaches a hyperlink to the Leader.  
 MethodSetNoteAnnotationAttaches a Note to the Leader.  
 MethodSetToleranceAnnotationAttaches a geometric Tolerance to the Leader.  
 MethodSetVertexCoordinateSets the specified vertex for this Leader.  
Top

See Also