This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILabelCache Interface > ILabelCache.PutDisplaySettings Method (ArcObjects .NET 10.5 SDK) |
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