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


IAnnotateLayerTransformationProperties.ReferenceScale Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IAnnotateLayerTransformationProperties.ReferenceScale Property

Reference scale for computing scaled symbol sizes.

[Visual Basic .NET]
Public Property ReferenceScale As Double
[C#]
public double ReferenceScale {get; set;}
[C++]
HRESULT get_ReferenceScale(
  double* Scale
);
[C++]
HRESULT put_ReferenceScale(
  double Scale
);
[C++]

Parameters Scale [out, retval] Scale is a parameter of type double Scale [in] Scale is a parameter of type double

Product Availability

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

See Also

IAnnotateLayerTransformationProperties Interface