 | CSURFACEITEMGetPropertiesEx Method (String, String, String, String, Double, String, String, Int32, Double, Double) |
Gets the properties of the surface item (includes new properties introduced in 8.5).
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetPropertiesEx(
ref string type,
ref string name,
ref string source_guid,
ref string source_name,
ref double source_measure,
ref string secondary_source_guid,
ref string secondary_source_name,
ref int secondary_source_option,
ref double secondary_source_measure,
ref double secondary_source_measure2
)
public void GetPropertiesEx(
ref string type,
ref string name,
ref string source_guid,
ref string source_name,
ref double source_measure,
ref string secondary_source_guid,
ref string secondary_source_name,
ref int secondary_source_option,
ref double secondary_source_measure,
ref double secondary_source_measure2
)
Public Sub GetPropertiesEx (
ByRef type As String,
ByRef name As String,
ByRef source_guid As String,
ByRef source_name As String,
ByRef source_measure As Double,
ByRef secondary_source_guid As String,
ByRef secondary_source_name As String,
ByRef secondary_source_option As Integer,
ByRef secondary_source_measure As Double,
ByRef secondary_source_measure2 As Double
)
Public Sub GetPropertiesEx (
ByRef type As String,
ByRef name As String,
ByRef source_guid As String,
ByRef source_name As String,
ByRef source_measure As Double,
ByRef secondary_source_guid As String,
ByRef secondary_source_name As String,
ByRef secondary_source_option As Integer,
ByRef secondary_source_measure As Double,
ByRef secondary_source_measure2 As Double
)
public:
void GetPropertiesEx(
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
)
public:
void GetPropertiesEx(
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
)
member GetPropertiesEx :
type : string byref *
name : string byref *
source_guid : string byref *
source_name : string byref *
source_measure : float byref *
secondary_source_guid : string byref *
secondary_source_name : string byref *
secondary_source_option : int byref *
secondary_source_measure : float byref *
secondary_source_measure2 : float byref -> unit
member GetPropertiesEx :
type : string byref *
name : string byref *
source_guid : string byref *
source_name : string byref *
source_measure : float byref *
secondary_source_guid : string byref *
secondary_source_name : string byref *
secondary_source_option : int byref *
secondary_source_measure : float byref *
secondary_source_measure2 : float byref -> unit
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