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


IOverposter2.AddSymbol Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IO > IOverposter2 Interface > IOverposter2.AddSymbol Method
ArcGIS Developer Help

IOverposter2.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

IOverposter2 Interface