ArcObjects Library Reference (Carto)  

ISymbolCollectionElement.GetSharedSymbol Method

Collection symbol.

[Visual Basic .NET]
Public Function GetSharedSymbol ( _
) As ISymbol
[C#]
public ISymbol GetSharedSymbol (
);
[C++]
HRESULT GetSharedSymbol(
  ISymbol** Symbol
);
[C++]

Parameters

Symbol [out, retval]

  Symbol is a parameter of type ISymbol

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISymbolCollectionElement Interface