This document is archived and information here might be outdated. Recommended version. |
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