 | CSURFACEITEMGetProperties Method (String, String, String, String, Double, String, String, Double) |
Gets the properties of the surface item.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetProperties(
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 double secondary_source_measure
)
public void GetProperties(
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 double secondary_source_measure
)
Public Sub GetProperties (
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_measure As Double
)
Public Sub GetProperties (
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_measure As Double
)
public:
void GetProperties(
String^% type,
String^% name,
String^% source_guid,
String^% source_name,
double% source_measure,
String^% secondary_source_guid,
String^% secondary_source_name,
double% secondary_source_measure
)
public:
void GetProperties(
String^% type,
String^% name,
String^% source_guid,
String^% source_name,
double% source_measure,
String^% secondary_source_guid,
String^% secondary_source_name,
double% secondary_source_measure
)
member GetProperties :
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_measure : float byref -> unit
member GetProperties :
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_measure : 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_measure
- Type: SystemDouble
SecondarySourceMeasure
See Also