ArcObjects Library Reference (EngineCore)  

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