Click or drag to resize
CSURFACEITEMGetPropertiesEx Method (String, Int32, String, Int32, String, Int32, String, Int32, Double, String, Int32, String, Int32, Int32, Double, Double)
Gets the properties of the surface item (includes new properties introduced in 8.5).

Available since Oasis montaj version: 8.5
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void GetPropertiesEx(
	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 int secondary_source_option,
	ref double secondary_source_measure,
	ref double secondary_source_measure2
)

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_option
Type: SystemInt32
SecondarySourceOption
secondary_source_measure
Type: SystemDouble
SecondarySourceMeasure
secondary_source_measure2
Type: SystemDouble
SecondarySourceMeasure2
See Also