ArcObjects Library Reference (3DAnalyst)  

ISceneGraph.EndCompositeActor Method

Notifies the scene graph that the definition of a group layer has ended.

[Visual Basic .NET]
Public Sub EndCompositeActor ( _
)
[C#]
public void EndCompositeActor (
);
[C++]
HRESULT EndCompositeActor(
void
);

Product Availability

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

See Also

ISceneGraph Interface