Click or drag to resize

CSURFACEITEMGetPropertiesEx Method (String, String, String, String, Double, String, String, Int32, Double, Double)

Gets the properties of the surface item (includes new properties introduced in 8.5).

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetPropertiesEx(
	ref string type,
	ref string name,
	ref string source_guid,
	ref string source_name,
	ref double source_measure,
	ref string secondary_source_guid,
	ref string secondary_source_name,
	ref int secondary_source_option,
	ref double secondary_source_measure,
	ref double secondary_source_measure2
)

public void GetPropertiesEx(
	ref string type,
	ref string name,
	ref string source_guid,
	ref string source_name,
	ref double source_measure,
	ref string secondary_source_guid,
	ref string secondary_source_name,
	ref int secondary_source_option,
	ref double secondary_source_measure,
	ref double secondary_source_measure2
)

Parameters

type
Type: SystemString
Type
name
Type: SystemString
Name
source_guid
Type: SystemString
SourceGuid
source_name
Type: SystemString
SourceName
source_measure
Type: SystemDouble
SourceMeasure
secondary_source_guid
Type: SystemString
SecondarySourceGuid
secondary_source_name
Type: SystemString
SecondarySourceName
secondary_source_option
Type: SystemInt32
SecondarySourceOption
secondary_source_measure
Type: SystemDouble
SecondarySourceMeasure
secondary_source_measure2
Type: SystemDouble
SecondarySourceMeasure2
See Also