IRichLine Interface Methods Send Feedback
See Also 

For a list of all members of this type, see IRichLine members.

Public Methods

 NameDescription
 MethodAddVertexAfterAdds a vertex to the RichLine after the specified index.  
 MethodCreateExtensionDictionaryCreates a dictionary for the RichLine.  
 MethodDeleteCustomDataDeletes the specified custom data from the RichLine.  
 MethodDeleteHyperLinkDeletes a hyperlink attached to the RichLine.  
 MethodDeleteVertexDeletes the vertex at the specified index.  
 MethodGetBoundingBoxGets the bounding box enclosing the RichLine.  
 MethodGetCustomDataGets the specified custom data for the RichLine.  
 MethodGetExtensionDictionaryGets the dictionary for the RichLine.  
 MethodGetHyperLinkGets the hyperlink attached to the RichLine.  
 MethodGetNormalGets the vector normal to this RichLine.  
 MethodGetVertexCoordinateGets the coordinates of the vertex at the specified index.  
 MethodGetVerticesCountGet the number of vertices in the RichLine.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary for the RichLine, if the dictionary exists and is empty.  
 MethodSelectAdds or removes the selected RichLine to or from the current selection set.  
 MethodSetCustomDataSets the custom data for the RichLine.  
 MethodSetHyperLinkAttaches a hyperlink to the RichLine  
 MethodSetNormalSets the vector normal to this RichLine.  
 MethodSetVertexCoordinateSets a vertex using the specified index and coordinates.  
Top

See Also