Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 532 Bytes

File metadata and controls

35 lines (27 loc) · 532 Bytes

GetDimText

Description

Function GetDimText returns the dimension value displayed with the referenced object.

FUNCTION GetDimText(h : HANDLE): STRING;
def vs.GetDimText(h):
    return STRING

Parameters

Name Type Description
h HANDLE Handle to object.

Examples

==== VectorScript ====

DimValue:=GetDimText(HandleToObj);

==== Python ====

DimValue =vs.GetDimText(HandleToObj)

Version

Availability: from All Versions

Category

  • Dimensions