Click or drag to resize
CSURFACEITEMSetProperties Method
Sets 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 SetProperties(
	string str1,
	string str2,
	string str3,
	string str4,
	double d5,
	string str6,
	string str7,
	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