This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISymbolCollectionElement Interface > ISymbolCollectionElement.SharedSymbol Property (ArcObjects .NET 10.4 SDK) |
The symbol ID associated with this element.
[Visual Basic .NET] Public Sub set_SharedSymbol ( _ ByVal SymbolID As Integer, _ ByVal A_2 As ISymbol _ )
[C#] public void set_SharedSymbol ( int SymbolID, ISymbol A_2 );
[C++]
HRESULT put_SharedSymbol(
long SymbolID,
ISymbol*
);
[C++]
Parameters SymbolID [in] SymbolID is a parameter of type long [in]
is a parameter of type ISymbol