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


ISceneGraph.BeginCompositeActor Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalyst)  

ISceneGraph.BeginCompositeActor Method

Creates a composite layer node and notifies the scene graph that subsequent actors must be added as children.

[Visual Basic .NET]
Public Sub BeginCompositeActor ( _
    ByVal pGroupLayer As ICompositeLayer _
)
[C#]
public void BeginCompositeActor (
    ICompositeLayer pGroupLayer
);
[C++]
HRESULT BeginCompositeActor(
  ICompositeLayer* pGroupLayer
);
[C++]

Parameters pGroupLayer [in]
pGroupLayer is a parameter of type ICompositeLayer

Product Availability

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

See Also

ISceneGraph Interface