Vector2dCollectionCapacity
Property
 | 
Represents the number of elements that this
collection can contain.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
 
public virtual int Capacity { get; set; }
 
Public Overridable Property Capacity As Integer
        Get
        Set
 
public:
virtual property int Capacity {
        int get ();
        void set (int value);
}
 
abstract Capacity : int with get, set
override Capacity : int with get, set
 
 
 
Property Value
Int32
 
See Also