GetRichLineStyle Method (IRichLineStyleManager) Send Feedback
See Also 
RichLineStyle[out]
RichLineStyle
Name
Name of RichLineStyle
Gets the specified RichLineStyle for the document.

Syntax

Visual Basic 
Function GetRichLineStyle( _
   ByVal Name As System.String _
) As RichLineStyle
C# 
RichLineStyle GetRichLineStyle( 
   System.string Name
)
JavaScript 
GetRichLineStyle( 
   Name : String
) : dsRichLineStyle
COM native C++ 
HRESULT GetRichLineStyle( 
   BSTR Name,
   IRichLineStyle** RichLineStyle
) 
C++ 
DSRESULT GetRichLineStyle( 
   const dsString& Name,
   dsRichLineStyle** RichLineStyle
) 

Parameters

Name
Name of RichLineStyle
RichLineStyle[out] or Return Value
RichLineStyle
 

See Also

Availability

DraftSight V1R1.1