This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILODInfo Interface > ILODInfo.Scale Property (ArcObjects .NET 10.4 SDK) |
The scale at this level.
[Visual Basic .NET] Public Property Scale As Double
[C#] public double Scale {get; set;}
[C++]
HRESULT get_Scale(
double* pScale
);
[C++]
HRESULT put_Scale(
double pScale
);
[C++]
Parameters pScale [out, retval] pScale is a parameter of type double pScale [in] pScale is a parameter of type double