![]() | CMVIEWGetPlaneSurfInfo Method |
Namespace: GeoEngine.Core.GXNetX
public void GetPlaneSurfInfo( int plane, ref int sample, ref double base, ref double scale, ref double min, ref double max ) public void GetPlaneSurfInfo( int plane, ref int sample, ref double base, ref double scale, ref double min, ref double max )
Public Sub GetPlaneSurfInfo ( plane As Integer, ByRef sample As Integer, ByRef base As Double, ByRef scale As Double, ByRef min As Double, ByRef max As Double ) Public Sub GetPlaneSurfInfo ( plane As Integer, ByRef sample As Integer, ByRef base As Double, ByRef scale As Double, ByRef min As Double, ByRef max As Double )
public: void GetPlaneSurfInfo( int plane, int% sample, double% base, double% scale, double% min, double% max ) public: void GetPlaneSurfInfo( int plane, int% sample, double% base, double% scale, double% min, double% max )
member GetPlaneSurfInfo : plane : int * sample : int byref * base : float byref * scale : float byref * min : float byref * max : float byref -> unit member GetPlaneSurfInfo : plane : int * sample : int byref * base : float byref * scale : float byref * min : float byref * max : float byref -> unit