Share via


AnimationRootFrame.FrameHierarchy Property (Microsoft.DirectX.Direct3D)

Retrieves the root node reference of the loaded frame hierarchy.

Definition

Visual Basic Public ReadOnly Property FrameHierarchy As Frame
C# public Frame FrameHierarchy { get; }
C++ public:
property Frame^ FrameHierarchy {
        Frame^ get();
}
JScript public function get FrameHierarchy() : Frame

Property Value

Microsoft.DirectX.Direct3D.Frame
A Frame object that represents the root node of the frame hierarchy.

This property is read-only.