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
License: Available to anyone.  

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

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_option
Type: SystemInt32
SecondarySourceOption
secondary_source_measure
Type: SystemDouble
SecondarySourceMeasure
secondary_source_measure2
Type: SystemDouble
SecondarySourceMeasure2
See Also