 | CEMAPGetSelectedVertices Method |
Get the verticies of selected object
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetSelectedVertices(
CVV vv_x,
CVV vv_y
)
public void GetSelectedVertices(
CVV vv_x,
CVV vv_y
)
Public Sub GetSelectedVertices (
vv_x As CVV,
vv_y As CVV
)
Public Sub GetSelectedVertices (
vv_x As CVV,
vv_y As CVV
)
public:
void GetSelectedVertices(
CVV^ vv_x,
CVV^ vv_y
)
public:
void GetSelectedVertices(
CVV^ vv_x,
CVV^ vv_y
)
member GetSelectedVertices :
vv_x : CVV *
vv_y : CVV -> unit
member GetSelectedVertices :
vv_x : CVV *
vv_y : CVV -> unit
Parameters
- vv_x
- Type: GeoEngine.Core.GXNetXCVV
X VV Handle - vv_y
- Type: GeoEngine.Core.GXNetXCVV
Y VV Handle
RemarksWorks only in Vertex Edit Mode
See Also