This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneGraph Interface > ISceneGraph.GetOwnerSymbols Method (ArcObjects .NET 10.4 SDK) |
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