This document is archived and information here might be outdated.  Recommended version.


ILabelCache.GetDisplaySettings Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILabelCache Interface > ILabelCache.GetDisplaySettings Method
ArcGIS Developer Help

ILabelCache.GetDisplaySettings Method

Settings of the display transformation when cache was created.

[Visual Basic .NET]
Public Sub GetDisplaySettings ( _
    ByRef Scale As Double, _
    ByRef dataframeRotation As Double _
)
[C#]
public void GetDisplaySettings (
    ref double Scale,
    ref double dataframeRotation
);
[C++]
HRESULT GetDisplaySettings(
  System.Double* Scale,
  System.Double* dataframeRotation
);
[C++]
Parameters
Scale [out]

Scale is a parameter of type double* dataframeRotation
dataframeRotation is a parameter of type double*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILabelCache Interface