This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Maplex > ESRI.ArcGIS.Maplex > Interfaces > IM > IMaplexOverposter Interface > IMaplexOverposter.AddSymbol Method (ArcObjects .NET 10.5 SDK) |
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