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


ISceneGraph.EndCompositeActor 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.EndCompositeActor Method
ArcGIS Developer Help

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