This document is archived and information here might be outdated. Recommended version. |
Get the Z domain extent.
[Visual Basic .NET] Public Sub SetZDomain ( _ ByVal ZMin As Double, _ ByVal ZMax As Double _ )
[C#] public void SetZDomain ( double ZMin, double ZMax );
[C++]
HRESULT SetZDomain(
double ZMin,
double ZMax
);
[C++]
Parameters ZMin [in]
ZMin is a parameter of type double ZMax [in]
ZMax is a parameter of type double