Determines whether the feedback symbol should respect reference scale.
[Visual Basic .NET] Public Property UseReferenceScale As Boolean
[C#] public bool UseReferenceScale {get; set;}
[C++]
HRESULT get_UseReferenceScale(
VARIANT_BOOL* respectsRefScale
);
[C++]
HRESULT put_UseReferenceScale(
VARIANT_BOOL respectsRefScale
);
[C++]Parameters
respectsRefScale [out, retval] respectsRefScale is a parameter of type VARIANT_BOOL respectsRefScale [in] respectsRefScale is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.