 | CMVIEWGetPlaneSurface Method (Int32, String, Int32) |
Get the surface image of a plane
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetPlaneSurface(
int plane,
ref string surface,
int surface_size
)
public void GetPlaneSurface(
int plane,
ref string surface,
int surface_size
)
Public Sub GetPlaneSurface (
plane As Integer,
ByRef surface As String,
surface_size As Integer
)
Public Sub GetPlaneSurface (
plane As Integer,
ByRef surface As String,
surface_size As Integer
)
public:
void GetPlaneSurface(
int plane,
String^% surface,
int surface_size
)
public:
void GetPlaneSurface(
int plane,
String^% surface,
int surface_size
)
member GetPlaneSurface :
plane : int *
surface : string byref *
surface_size : int -> unit
member GetPlaneSurface :
plane : int *
surface : string byref *
surface_size : int -> unit
Parameters
- plane
- Type: SystemInt32
Plane index - surface
- Type: SystemString
Optional surface image/grid name, can be empty - surface_size
- Type: SystemInt32
Size of surface image/grid name buffer.
See Also