Click or drag to resize

CSURFACEITEMGetProperties Method (String, Int32, String, Int32, String, Int32, String, Int32, Double, String, Int32, String, Int32, Double)

Gets the properties of the surface item.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetProperties(
	ref string type,
	int type_size,
	ref string name,
	int name_size,
	ref string source_guid,
	int source_guid_size,
	ref string source_name,
	int source_name_size,
	ref double source_measure,
	ref string secondary_source_guid,
	int secondary_source_guid_size,
	ref string secondary_source_name,
	int secondary_source_name_size,
	ref double secondary_source_measure
)

public void GetProperties(
	ref string type,
	int type_size,
	ref string name,
	int name_size,
	ref string source_guid,
	int source_guid_size,
	ref string source_name,
	int source_name_size,
	ref double source_measure,
	ref string secondary_source_guid,
	int secondary_source_guid_size,
	ref string secondary_source_name,
	int secondary_source_name_size,
	ref double secondary_source_measure
)

Parameters

type
Type: SystemString
Type
type_size
Type: SystemInt32
Size of Type buffer.
name
Type: SystemString
Name
name_size
Type: SystemInt32
Size of Name buffer.
source_guid
Type: SystemString
SourceGuid
source_guid_size
Type: SystemInt32
Size of SourceGuid buffer.
source_name
Type: SystemString
SourceName
source_name_size
Type: SystemInt32
Size of SourceName buffer.
source_measure
Type: SystemDouble
SourceMeasure
secondary_source_guid
Type: SystemString
SecondarySourceGuid
secondary_source_guid_size
Type: SystemInt32
Size of SecondarySourceGuid buffer.
secondary_source_name
Type: SystemString
SecondarySourceName
secondary_source_name_size
Type: SystemInt32
Size of SecondarySourceName buffer.
secondary_source_measure
Type: SystemDouble
SecondarySourceMeasure
See Also