IRichLineStyle Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by IRichLineStyle.

Public Properties

 NameDescription
 PropertyAngleEndGets or sets the angle of the end caps relative to the direction of the first or last RichLine entity.  
 PropertyAngleStartGets or sets the angle of the start caps relative to the direction of the first or last RichLine entity.  
 PropertyColorGets or sets the color of RichLineStyle.  
 PropertyExternalArcEndGets or sets whether to cap the ends of the outer ends with an arc.  
 PropertyExternalArcStartGets or sets whether to cap the starts of the outer ends with an arc.  
 PropertyHandleGets the value of the handle for the RichLineStyle.  
 PropertyInternalArcEndGets or sets whether to join the ends of the two line elements closest to the outer ones with an arc when there are four or more lines defining the RichLine entity.  
 PropertyInternalArcStartGets or sets whether to join the starts of the two line elements closest to the outer ones with an arc when there are four or more lines defining the RichLine entity.  
 PropertyLineEndGets or sets whether to cap the end of a RichLine entity with a line segment.  
 PropertyLineStartGets or sets whether to cap the start of a RichLine entity with a line segment.  
 PropertyNameGets the name of the RichLineStyle.  
 PropertyShowJunctionsGets or sets whether to show junctions.  
Top

Public Methods

 NameDescription
 MethodActivateActivates the RichLineStyle.  
 MethodAddLineAdds a line element to a RichLineStyle.  
 MethodDeleteCustomDataDeletes the specified custom data from the RichLineStyle.  
 MethodDeleteLineDeletes the specified line element from a RichLineStyle.  
 MethodGetCustomDataGets the specified custom data for the RichLineStyle.  
 MethodGetLineColorGets the color of the specified line element of the RichLineStyle.  
 MethodGetLineOffsetGets the offset of the specified RichLineStyle.  
 MethodGetLinesCountGets the number of line elements in the RichLineStyle.  
 MethodGetLineStyleGets the style name of the specified RichLineStyle.  
 MethodRenameRenames the RichLineStyle to the specified name.  
 MethodSetCustomDataSets the custom data for the RichLineStyle.  
 MethodSetLineColorSets the color of the specified RichLineStyle.  
 MethodSetLineOffsetSets the offset of the specified RichLineStyle.  
 MethodSetLineStyleSets the style name of the specified RichLineStyle.  
Top

See Also