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


IOverposter3.AddSymbol Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IOverposter3.AddSymbol Method

Adds a symbol to be placed.

[Visual Basic .NET]
Public Sub AddSymbol ( _
    ByVal ClassIndex As Integer, _
    ByVal Symbol As ISymbol, _
    ByVal Geometry As IGeometry, _
    ByVal FeatureId As Integer _
)
[C#]
public void AddSymbol (
    int ClassIndex,
    ISymbol Symbol,
    IGeometry Geometry,
    int FeatureId
);
[C++]
HRESULT AddSymbol(
  long ClassIndex,
  ISymbol* Symbol,
  IGeometry* Geometry,
  long FeatureId
);
[C++]

Parameters ClassIndex [in] ClassIndex is a parameter of type long Symbol [in]
Symbol is a parameter of type ISymbol Geometry [in]
Geometry is a parameter of type IGeometry FeatureId [in] FeatureId is a parameter of type long

Product Availability

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

See Also

IOverposter3 Interface