 | CGEOSTRINGGetFeatureProperties Method (String, String, String, Int32, Int32, Double, Double, Double, Int32, Int32, Int32, Double, Double, Int32) |
Get a feature's properties
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic 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
)
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
)
Public Sub GetFeatureProperties (
guid As String,
ByRef name As String,
ByRef description As String,
ByRef polygon As Integer,
ByRef pat_number As Integer,
ByRef pat_size As Double,
ByRef pat_thick As Double,
ByRef pat_density As Double,
ByRef pat_color As Integer,
ByRef pat_bg_color As Integer,
ByRef line_style As Integer,
ByRef line_thickness As Double,
ByRef line_pitch As Double,
ByRef line_color As Integer
)
Public Sub GetFeatureProperties (
guid As String,
ByRef name As String,
ByRef description As String,
ByRef polygon As Integer,
ByRef pat_number As Integer,
ByRef pat_size As Double,
ByRef pat_thick As Double,
ByRef pat_density As Double,
ByRef pat_color As Integer,
ByRef pat_bg_color As Integer,
ByRef line_style As Integer,
ByRef line_thickness As Double,
ByRef line_pitch As Double,
ByRef line_color As Integer
)
public:
void GetFeatureProperties(
String^ guid,
String^% name,
String^% description,
int% polygon,
int% pat_number,
double% pat_size,
double% pat_thick,
double% pat_density,
int% pat_color,
int% pat_bg_color,
int% line_style,
double% line_thickness,
double% line_pitch,
int% line_color
)
public:
void GetFeatureProperties(
String^ guid,
String^% name,
String^% description,
int% polygon,
int% pat_number,
double% pat_size,
double% pat_thick,
double% pat_density,
int% pat_color,
int% pat_bg_color,
int% line_style,
double% line_thickness,
double% line_pitch,
int% line_color
)
member GetFeatureProperties :
guid : string *
name : string byref *
description : string byref *
polygon : int byref *
pat_number : int byref *
pat_size : float byref *
pat_thick : float byref *
pat_density : float byref *
pat_color : int byref *
pat_bg_color : int byref *
line_style : int byref *
line_thickness : float byref *
line_pitch : float byref *
line_color : int byref -> unit
member GetFeatureProperties :
guid : string *
name : string byref *
description : string byref *
polygon : int byref *
pat_number : int byref *
pat_size : float byref *
pat_thick : float byref *
pat_density : float byref *
pat_color : int byref *
pat_bg_color : int byref *
line_style : int byref *
line_thickness : float byref *
line_pitch : float byref *
line_color : int byref -> unit
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