This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > EngineCore > ESRI.ArcGIS.EngineCore > Interfaces > IG > IGraphicTracker Interface > IGraphicTracker.SetPointSymbolSize Method (ArcObjects .NET 10.4 SDK) |
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
Sets the point symbol's size without the need to create an additional graphic tracker symbol.