This document is archived and information here might be outdated.  Recommended version.


ISceneGraph.GetOwnerSymbols Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

ISceneGraph.GetOwnerSymbols Method

Returns an array containing all symbols used in a layer and their corresponding display list identifications.

[Visual Basic .NET]
Public Sub GetOwnerSymbols ( _
    ByVal pOwner As Object, _
    ByRef ppSymbols As IArray, _
    ByRef ppDisplayListIDs As ILongArray _
)
[C#]
public void GetOwnerSymbols (
    object pOwner,
    ref IArray ppSymbols,
    ref ILongArray ppDisplayListIDs
);
[C++]
HRESULT GetOwnerSymbols(
  LPUNKNOWN pOwner,
  IArray** ppSymbols,
  ILongArray** ppDisplayListIDs
);
[C++]

Parameters pOwner [in] pOwner is a parameter of type LPUNKNOWN ppSymbols [out]
ppSymbols is a parameter of type IArray ppDisplayListIDs [out]
ppDisplayListIDs is a parameter of type ILongArray

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ISceneGraph Interface