STK Graphics PrimitivesSend comments on this topic.
Capacity Property (IAgStkGraphicsPathPrimitive)
See Also
Windows





Windows & Linux

Description

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.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Capacity() As Integer
[C#]
public int Capacity {get;}
[Managed C++]
public: __property int get_Capacity();
[Unmanaged C++]
public: HRESULT get_Capacity(
    int * pRetVal
);
[Java]
public Integer getCapacity();
[Python - STK API ]
@property
def Capacity(self) -> int:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.