Description
Wiki Description
Calculates and returns the length of this reference (distance between the bounding box min and max y values).
Documentation Comment
Get the current length of the object
Caveats
Examples
Debug.Trace("The box is " + Box.GetLength() + " units long")Auto-Generated Example
float returnedValue = myObjectReference__toCallFunctionOn.GetLength()