This document is archived and information here might be outdated. Recommended version. |
Indicates if a custom length is displayed for the dimsnion graphic.
[Visual Basic .NET]
Public Property UseCustomLength As Boolean
[C#]
public bool UseCustomLength {get; set;}
[C++]
HRESULT get_UseCustomLength(
Boolean* Length
);
[C++]
HRESULT put_UseCustomLength(
VARIANT_BOOL Length
);
[C++] Parameters Length [out, retval]
Length is a parameter of type bool* Length [in]
Length is a parameter of type bool
The Length property returns the current calculated length for the Dimension. A custom length value can be specified using the CustomLength and UseCustomLength properties.