Returns the visibility of the specified vertex of the referenced object.
FUNCTION GetVertexVisibility(
h : HANDLE;
vertnum : INTEGER): BOOLEAN;def vs.GetVertexVisibility(h, vertnum):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to the polygon or polyline |
| vertnum | INTEGER | Index of the vertex (zero-based). |
VS Functions: SetVertexVisibility
Availability: from VectorWorks10.0
- Objects - Polys