 | CGEOSTRINGGetShapeProperties Method (String, String, Int32, String, Int32, CVV, CVV, CVV) |
Get a shape's properties
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetShapeProperties(
string guid,
ref string feature_guid,
int feature_guid_size,
ref string section_guid,
int section_guid_size,
CVV vert_v_vx,
CVV vert_v_vy,
CVV vert_v_vz
)
public void GetShapeProperties(
string guid,
ref string feature_guid,
int feature_guid_size,
ref string section_guid,
int section_guid_size,
CVV vert_v_vx,
CVV vert_v_vy,
CVV vert_v_vz
)
Public Sub GetShapeProperties (
guid As String,
ByRef feature_guid As String,
feature_guid_size As Integer,
ByRef section_guid As String,
section_guid_size As Integer,
vert_v_vx As CVV,
vert_v_vy As CVV,
vert_v_vz As CVV
)
Public Sub GetShapeProperties (
guid As String,
ByRef feature_guid As String,
feature_guid_size As Integer,
ByRef section_guid As String,
section_guid_size As Integer,
vert_v_vx As CVV,
vert_v_vy As CVV,
vert_v_vz As CVV
)
public:
void GetShapeProperties(
String^ guid,
String^% feature_guid,
int feature_guid_size,
String^% section_guid,
int section_guid_size,
CVV^ vert_v_vx,
CVV^ vert_v_vy,
CVV^ vert_v_vz
)
public:
void GetShapeProperties(
String^ guid,
String^% feature_guid,
int feature_guid_size,
String^% section_guid,
int section_guid_size,
CVV^ vert_v_vx,
CVV^ vert_v_vy,
CVV^ vert_v_vz
)
member GetShapeProperties :
guid : string *
feature_guid : string byref *
feature_guid_size : int *
section_guid : string byref *
section_guid_size : int *
vert_v_vx : CVV *
vert_v_vy : CVV *
vert_v_vz : CVV -> unit
member GetShapeProperties :
guid : string *
feature_guid : string byref *
feature_guid_size : int *
section_guid : string byref *
section_guid_size : int *
vert_v_vx : CVV *
vert_v_vy : CVV *
vert_v_vz : CVV -> unit
Parameters
- guid
- Type: SystemString
Shape GUID - feature_guid
- Type: SystemString
Feature GUID - feature_guid_size
- Type: SystemInt32
Size of Feature GUID buffer. - section_guid
- Type: SystemString
Section GUID - section_guid_size
- Type: SystemInt32
Size of Section GUID buffer. - vert_v_vx
- Type: GeoEngine.Core.GXNetXCVV
Vertices X location - vert_v_vy
- Type: GeoEngine.Core.GXNetXCVV
Vertices Y location - vert_v_vz
- Type: GeoEngine.Core.GXNetXCVV
Vertices Z location
See Also