Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether Pool.Managed should be used for index buffers.
Definition
Visual Basic Public ReadOnly Property IndexBufferManaged As Boolean C# public bool IndexBufferManaged { get; } C++ public:
property bool IndexBufferManaged {
bool get();
}JScript public function get IndexBufferManaged() : boolean
Property Value
System.Boolean
Value that is true if Pool.Managed should be used for index buffers, or false if it should not.This property is read-only.