Returns the capacity that was set during object construction. The capacity is the amount of memory reserved for storing the points on the path. This will be automatically updated when adding/removing points.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Capacity() As Integer |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property int get_Capacity(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public Integer getCapacity(); |






