ArcObjects Library Reference (Carto)  

ILabelCache.PutDisplaySettings Method

Settings of the display transformation when cache was created.

[Visual Basic .NET]
Public Sub PutDisplaySettings ( _
    ByVal Scale As Double, _
    ByVal dataframeRotation As Double _
)
[C#]
public void PutDisplaySettings (
    double Scale,
    double dataframeRotation
);
[C++]
HRESULT PutDisplaySettings(
  double Scale,
  double dataframeRotation
);
[C++]

Parameters

Scale [in]   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