Click or drag to resize
CSURFACEITEMSetProperties Method
Sets the properties of the surface item.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void SetProperties(
	string type,
	string name,
	string source_guid,
	string source_name,
	double source_measure,
	string secondary_source_guid,
	string secondary_source_name,
	double secondary_source_measure
)

Parameters

type
Type: SystemString
Type
name
Type: SystemString
Name
source_guid
Type: SystemString
SourceGuid
source_name
Type: SystemString
SourceName
source_measure
Type: SystemDouble
SourceMeasure
secondary_source_guid
Type: SystemString
SecondarySourceGuid
secondary_source_name
Type: SystemString
SecondarySourceName
secondary_source_measure
Type: SystemDouble
SecondarySourceMeasure
See Also