Click or drag to resize
CGEOSTRINGGetFeatureProperties Method
Get a feature's properties

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 GetFeatureProperties(
	string str1,
	ref string str2,
	ref string str3,
	ref int i4,
	ref int i5,
	ref double d6,
	ref double d7,
	ref double d8,
	ref int i9,
	ref int i10,
	ref int i11,
	ref double d12,
	ref double d13,
	ref int i14
)

Parameters

str1
Type: SystemString
Feature GUID
str2
Type: SystemString
Name
str3
Type: SystemString
Description
i4
Type: SystemInt32
See GEO_BOOLConstant indicating if feature is decribed by polygons (shapes are polylines if not set)
i5
Type: SystemInt32
The fill pattern number (see PatNumber_MVIEW)
d6
Type: SystemDouble
The fill pattern size (see PatSize_MVIEW)
d7
Type: SystemDouble
The fill pattern thickness (see PatThick_MVIEW)
d8
Type: SystemDouble
The fill pattern density (see PatDensity_MVIEW)
i9
Type: SystemInt32
The fill color (an MVIEW color)
i10
Type: SystemInt32
The fill background color (an MVIEW color)
i11
Type: SystemInt32
The line style (see LineStyle_MVIEW)
d12
Type: SystemDouble
The line thickness (see LineThick_MVIEW)
d13
Type: SystemDouble
The dash pattern pitch (see LineStyle_MVIEW)
i14
Type: SystemInt32
The line color (an MVIEW color)
See Also