Returns a number indicating the accuracy flag of a specified field in the referenced record.
FUNCTION GetFldFlag(
h : HANDLE;
t : INTEGER): INTEGER;def vs.GetFldFlag(h, t):
return INTEGER| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to record. |
| t | INTEGER | Field index (range of 1 - n). |
fieldType:=GetFldFlag(recordHandle,3);Availability: from Vectorworks 2016