Click or drag to resize

CMVIEWSurface Method

Note: This API is now obsolete.

Add an 3d Surface to a view.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public void Surface(
	CSURFACE sur,
	double min_x,
	double min_y,
	double max_x,
	double max_y,
	string name
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public void Surface(
	CSURFACE sur,
	double min_x,
	double min_y,
	double max_x,
	double max_y,
	string name
)

Parameters

sur
Type: GeoEngine.Core.GXNetXCSURFACE
Surface
min_x
Type: SystemDouble
Min X of location on map
min_y
Type: SystemDouble
Min Y of location on map
max_x
Type: SystemDouble
Max X of location on map
max_y
Type: SystemDouble
Max Y of location on map
name
Type: SystemString
Surface name (Maximum length is <define>MVIEW_NAME_LENGTH</define>)
See Also