Gets the object referenced by a LengthRef object. Called only from ResolveLengthRef(RefDim, LengthRef).

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected virtual Object GetReferencedObject(
	RefDim dim,
	LengthRef length
)
Visual Basic
Protected Overridable Function GetReferencedObject ( _
	dim As RefDim, _
	length As LengthRef _
) As Object

Parameters

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

Return Value

The object referenced by length.

See Also