This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicSymbolProperties2 Interface > IDynamicSymbolProperties2.UseReferenceScale Property (ArcObjects .NET 10.4 SDK) |
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,
VARIANT_BOOL* 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 VARIANT_BOOL dynamicSymbolType [in]
dynamicSymbolType is a parameter of type esriDynamicSymbolType UseReferenceScale [in] UseReferenceScale is a parameter of type VARIANT_BOOL