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


IDynamicSymbolProperties2.UseReferenceScale Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicSymbolProperties2 Interface > IDynamicSymbolProperties2.UseReferenceScale Property
ArcGIS Developer Help

IDynamicSymbolProperties2.UseReferenceScale Property

Indicates whether the specified dynamic symbol will conform to map reference scale.

[Visual Basic .NET]
Public Function get_UseReferenceScale ( _
    ByVal dynamicSymbolType As esriDynamicSymbolType _
) As Boolean
[Visual Basic .NET]
Public Sub set_UseReferenceScale ( _
    ByVal dynamicSymbolType As esriDynamicSymbolType, _
    ByVal UseReferenceScale As Boolean _
)
[C#]
public bool get_UseReferenceScale (
    esriDynamicSymbolType dynamicSymbolType
);
[C#]
public void set_UseReferenceScale (
    esriDynamicSymbolType dynamicSymbolType,
    bool UseReferenceScale
);
[C++]
HRESULT get_UseReferenceScale(
  esriDynamicSymbolType dynamicSymbolType,
  Boolean* UseReferenceScale
);
[C++]
HRESULT put_UseReferenceScale(
  esriDynamicSymbolType dynamicSymbolType,
  VARIANT_BOOL UseReferenceScale
);
[C++]
Parameters
dynamicSymbolType [in]

dynamicSymbolType is a parameter of type esriDynamicSymbolType UseReferenceScale [out, retval]
UseReferenceScale is a parameter of type bool* dynamicSymbolType [in]
dynamicSymbolType is a parameter of type esriDynamicSymbolType UseReferenceScale [in]
UseReferenceScale is a parameter of type bool

Product Availability

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

See Also

IDynamicSymbolProperties2 Interface