Click or drag to resize
CSURFACEITEMGetProperties Method
Gets the properties of the surface item.

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

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

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
d8
Type: SystemDouble
SecondarySourceMeasure
See Also