public void GetFeatureProperties(
string guid,
ref string name,
int name_size,
ref string description,
int description_size,
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,
int name_size,
ref string description,
int description_size,
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,
name_size As Integer,
ByRef description As String,
description_size As Integer,
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,
name_size As Integer,
ByRef description As String,
description_size As Integer,
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,
int name_size,
String^% description,
int description_size,
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,
int name_size,
String^% description,
int description_size,
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 *
name_size : int *
description : string byref *
description_size : int *
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 *
name_size : int *
description : string byref *
description_size : int *
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