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 IndexBuffer data, in bytes.
Definition
Visual Basic Public ReadOnly Property SizeInBytes As Integer C# public int SizeInBytes { get; } C++ public:
property int SizeInBytes {
int get();
}JScript public function get SizeInBytes() : int
Property Value
System.Int32
The size of the IndexBuffer data, in bytes.This property is read-only.