Initializes a path primitive with the specified capacity.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsPathPrimitive InitializeWithCapacity( int Capacity ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsPathPrimitive^ InitializeWithCapacity( int Capacity ); |
| [Java] |
|---|
public IAgStkGraphicsPathPrimitive initializeWithCapacity( Integer Capacity ); |
| [Unmanaged C++] |
|---|
|
- Capacity
- Sets the initial capacity for the buffer containing positions. Setting the capacity reserves memory so the addition of points is more efficient.





