Gets the actual/calculated height of a grid unit. This value may differ from the "configured" Height property value.
For example, for axonometric grids, the height is auto-calculated based on the
Width()()()(), Angle1()()()(), and Angle2()()()().
Namespace: Ico.GwxAssembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public double GetActualHeight() |
Visual Basic |
---|
Public Function GetActualHeight As Double |
JScript |
---|
public function GetActualHeight() : double |
Return Value
The actual/calculated height of a grid unit.
See Also