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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void GetPropertiesEx(
	ref string str1,
	ref string str2,
	ref string str3,
	ref string str4,
	ref double d5,
	ref string str6,
	ref string str7,
	ref int i8,
	ref double d9,
	ref double d10
)

Parameters

str1
Type: SystemString
Type
str2
Type: SystemString
Name
str3
Type: SystemString
SourceGuid
str4
Type: SystemString
SourceName
d5
Type: SystemDouble
SourceMeasure
str6
Type: SystemString
SecondarySourceGuid
str7
Type: SystemString
SecondarySourceName
i8
Type: SystemInt32
SecondarySourceOption
d9
Type: SystemDouble
SecondarySourceMeasure
d10
Type: SystemDouble
SecondarySourceMeasure2
See Also