Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / LengthRef.UnitRefElem Structure / LengthRef.UnitRefElem Constructor / LengthRef.UnitRefElem Constructor(String)
The source name (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 (Source is set to ReferenceEnum.Name by this constructor).
    See Also