Click or drag to resize
CSURFACEITEMSetPropertiesEx Method
Sets 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 SetPropertiesEx(
	string str1,
	string str2,
	string str3,
	string str4,
	double d5,
	string str6,
	string str7,
	int i8,
	double d9,
	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