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


IGraphicTracker.SetPointSymbolSize 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.SetPointSymbolSize Method
ArcGIS Developer Help

IGraphicTracker.SetPointSymbolSize Method

Sets the symbol size for the given point graphic.

[Visual Basic .NET]
Public Sub SetPointSymbolSize ( _
    ByVal id As Integer, _
    ByVal Size As Double _
)
[C#]
public void SetPointSymbolSize (
    int id,
    double Size
);
[C++]
HRESULT SetPointSymbolSize(
  long id,
  double Size
);
[C++]
Parameters
id [in]

id is a parameter of type long Size [in]
Size is a parameter of type double

Product Availability

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

Description

Sets the point symbol's size without the need to create an additional graphic tracker symbol.

See Also

IGraphicTracker Interface