Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 681 Bytes

File metadata and controls

33 lines (26 loc) · 681 Bytes

SetVertexVisibility

Description

Sets the visibility of the specified vertex of the referenced object.

PROCEDURE SetVertexVisibility(
				h       : HANDLE;
				vertnum : INTEGER;
				vis     : BOOLEAN);
def vs.SetVertexVisibility(h, vertnum, vis):
    return None

Parameters

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

See Also

VS Functions: GetVertexVisibility

Version

Availability: from VectorWorks10.0

Category