Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderLineFragment Class / GetReferencedObject Method
The dimension which is specified by length.
The LengthRef to check.

In This Topic
    GetReferencedObject Method (RenderLineFragment)
    In This Topic
    Gets the object referenced by a LengthRef object. Called only from ResolveLengthRef.
    Syntax
    'Declaration
     
    Protected Overridable Function GetReferencedObject( _
       ByVal dim As RefDim, _
       ByVal length As LengthRef _
    ) As Object
    protected virtual object GetReferencedObject( 
       RefDim dim,
       LengthRef length
    )

    Parameters

    dim
    The dimension which is specified by length.
    length
    The LengthRef to check.

    Return Value

    The object referenced by length.
    See Also