This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IO > IOverposter Interface > IOverposter.AddSymbol Method (ArcObjects .NET 10.4 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