Description
Returns the max. allowed geometry height, assigned to format.
It corresponds to the value in the Maximum box under Geometry depth in the Edit format dialog box.
Syntax
object.ENWidth |
object
Required. Object name. Returned by Dim objFormat = Ted.GetFormat or Dim objFormat = Fred.GetFormat.
Example
Dim objFormat As Format = Ted.GetFormat
Dim objT = Ted.GetActiveTxt
objFormat.Id = objT.FormatId
msgbox (objFormat.MaxGeoDepth)
Context
Property