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


IGraphicTracker.SetScaleMode Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EngineCore > ESRI.ArcGIS.EngineCore > Interfaces > IG > IGraphicTracker Interface > IGraphicTracker.SetScaleMode Method
ArcGIS Developer Help

IGraphicTracker.SetScaleMode Method

Sets the scaling mode for the given graphic.

[Visual Basic .NET]
Public Sub SetScaleMode ( _
    ByVal id As Integer, _
    ByVal eScale As esriGTScale _
)
[C#]
public void SetScaleMode (
    int id,
    esriGTScale eScale
);
[C++]
HRESULT SetScaleMode(
  long id,
  esriGTScale eScale
);
[C++]
Parameters
id [in]

id is a parameter of type long eScale [in]
eScale is a parameter of type esriGTScale

Product Availability

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

See Also

IGraphicTracker Interface