PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / LengthRef.UnitRefElem Structure / LengthRef.UnitRefElem Constructor / LengthRef.UnitRefElem Constructor(String)
The source name (LengthRef.UnitRefElem.Source is set to ReferenceEnum.Name by this constructor).

In This Topic
    LengthRef.UnitRefElem Constructor(String)
    In This Topic
    Initializes a new instance of the LengthRef.UnitRefElem structure with the specified source name.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal sourceName As String _
    )
    public LengthRef.UnitRefElem( 
       string sourceName
    )

    Parameters

    sourceName
    The source name (LengthRef.UnitRefElem.Source is set to ReferenceEnum.Name by this constructor).
    See Also