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


IDimensionClassExtension.ReferenceScale Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionClassExtension Interface > IDimensionClassExtension.ReferenceScale Property
ArcGIS Developer Help

IDimensionClassExtension.ReferenceScale Property

The reference scale of the dimension feature class.

[Visual Basic .NET]
Public Property ReferenceScale As Double
[C#]
public double ReferenceScale {get; set;}
[C++]
HRESULT get_ReferenceScale(
  System.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.

Remarks

The ReferenceScale property defines the scale at which symbols are drawn at their defined size. The ReferenceScaleUnits property is only used when the Dimension FeatureClass�s spatial reference is Unknown.  Changing the ReferenceScale after the FeatureClass contains Features is not recommend as those Features� geometries are controlled by the ReferenceScale property.

See Also

IDimensionClassExtension Interface