Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 452 Bytes

File metadata and controls

24 lines (18 loc) · 452 Bytes

GetVertNum

Description

Function GetVertNum returns the number of vertices of the referenced polygon or polyline object.

FUNCTION GetVertNum(PolyHd : HANDLE): INTEGER;
def vs.GetVertNum(PolyHd):
    return INTEGER

Parameters

Name Type Description
PolyHd HANDLE Handle to polygon.

Version

Availability: from All Versions

Category