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


ISceneGraph.GetOwnerSymbols Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneGraph Interface > ISceneGraph.GetOwnerSymbols Method
ArcGIS Developer Help

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 IUnknown 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