This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionStyleDisplay Interface > IDimensionStyleDisplay.ExtensionLineOffset Property (ArcObjects .NET 10.5 SDK) |
Length of the extension line offset.
[Visual Basic .NET] Public Property ExtensionLineOffset As Double
[C#] public double ExtensionLineOffset {get; set;}
[C++]
HRESULT get_ExtensionLineOffset(
double* Offset
);
[C++]
HRESULT put_ExtensionLineOffset(
double Offset
);
[C++]
Parameters Offset [out, retval] Offset is a parameter of type double Offset [in] Offset is a parameter of type double