Function GetDimText returns the dimension value displayed with the referenced object.
FUNCTION GetDimText(h : HANDLE): STRING;def vs.GetDimText(h):
return STRING| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to object. |
DimValue:=GetDimText(HandleToObj);DimValue =vs.GetDimText(HandleToObj)Availability: from All Versions