Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 587 Bytes

File metadata and controls

32 lines (24 loc) · 587 Bytes

GetVertexVisibility

Description

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

Parameters

Name Type Description
h HANDLE Handle to the polygon or polyline
vertnum INTEGER Index of the vertex (zero-based).

See Also

VS Functions: SetVertexVisibility

Version

Availability: from VectorWorks10.0

Category

  • Objects - Polys