IRichLine Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by IRichLine.

Public Properties

 NameDescription
 PropertyClosedGets or sets whether to close the RichLine.  
 PropertyColorGets or sets the LineColor of this RichLine.  
 PropertyErasedGets or sets whether to erase or restore the RichLine.  
 PropertyHandleGets the value of the handle for the RichLine.  
 PropertyJustificationGets or sets the justification of the RichLine.  
 PropertyLayerGets or sets the name of the Layer for the RichLine.  
 PropertyLineScaleGets or sets the scale factor for the RichLine's LineStyle.  
 PropertyLineStyleGets or sets the name of the LineStyle for the RichLine.  
 PropertyLineWeightGets or sets the LineWeight for the RichLine.  
 PropertyPrintStyleGets or sets the name of the PrintStyle for this RichLine.  
 PropertyRichLineStyleGets or sets the name of the RichLineStyle for the RichLine.  
 PropertyScaleGets or sets the scale factor for the width of the RichLine.  
 PropertyScaleRichLineGets or sets the scale of this RichLine.  
 PropertyTransparencyGets or sets the transparency object for this RichLine.  
 PropertyVisibleGets or sets whether to show the RichLine in the drawing.  
Top

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