 | CSHPSetPolygonZ Method |
Write an XYZ polygon item.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetPolygonZ(
CVV vv_x,
CVV vv_y,
CVV vv_z,
int inclusive
)
public void SetPolygonZ(
CVV vv_x,
CVV vv_y,
CVV vv_z,
int inclusive
)
Public Sub SetPolygonZ (
vv_x As CVV,
vv_y As CVV,
vv_z As CVV,
inclusive As Integer
)
Public Sub SetPolygonZ (
vv_x As CVV,
vv_y As CVV,
vv_z As CVV,
inclusive As Integer
)
public:
void SetPolygonZ(
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z,
int inclusive
)
public:
void SetPolygonZ(
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z,
int inclusive
)
member SetPolygonZ :
vv_x : CVV *
vv_y : CVV *
vv_z : CVV *
inclusive : int -> unit
member SetPolygonZ :
vv_x : CVV *
vv_y : CVV *
vv_z : CVV *
inclusive : int -> unit
Parameters
- vv_x
- Type: GeoEngine.Core.GXNetXCVV
X locations - vv_y
- Type: GeoEngine.Core.GXNetXCVV
Y locations - vv_z
- Type: GeoEngine.Core.GXNetXCVV
Z locations - inclusive
- Type: SystemInt32
True for outer ring polygon (inclusive/island), False for inner ring (exclusive/hole)
RemarksCan ONLY be used for <define>SHP_GEOM_TYPE_POLYGONZ</define> files.
See Also