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.
Retrieves the size of the index buffer.
Definition
Visual Basic Public ReadOnly Property Size As Integer C# public int Size { get; } C++ public:
property int Size {
int get();
}JScript public function get Size() : int
Property Value
System.Int32
An integer that specifies the size of the index buffer, in bytes.This property is read-only.