Click or drag to resize
CGEOSTRINGGetFeatureProperties Method (String, String, String, Int32, Int32, Double, Double, Double, Int32, Int32, Int32, Double, Double, Int32)
Get a feature's properties

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 GetFeatureProperties(
	string guid,
	ref string name,
	ref string description,
	ref int polygon,
	ref int pat_number,
	ref double pat_size,
	ref double pat_thick,
	ref double pat_density,
	ref int pat_color,
	ref int pat_bg_color,
	ref int line_style,
	ref double line_thickness,
	ref double line_pitch,
	ref int line_color
)

Parameters

guid
Type: SystemString
Feature GUID
name
Type: SystemString
Name
description
Type: SystemString
Description
polygon
Type: SystemInt32
Indicates if feature is described by polygons (shapes are polylines if not set)
pat_number
Type: SystemInt32
The fill pattern number (see PatNumber_MVIEW)
pat_size
Type: SystemDouble
The fill pattern size (see PatSize_MVIEW)
pat_thick
Type: SystemDouble
The fill pattern thickness (see PatThick_MVIEW)
pat_density
Type: SystemDouble
The fill pattern density (see PatDensity_MVIEW)
pat_color
Type: SystemInt32
The fill color (an MVIEW color)
pat_bg_color
Type: SystemInt32
The fill background color (an MVIEW color)
line_style
Type: SystemInt32
The line style (see LineStyle_MVIEW)
line_thickness
Type: SystemDouble
The line thickness (see LineThick_MVIEW)
line_pitch
Type: SystemDouble
The dash pattern pitch (see LineStyle_MVIEW)
line_color
Type: SystemInt32
The line color (an MVIEW color)
See Also