Vector2dCollectionIsFixedSize Property
 | 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public virtual bool IsFixedSize { get; }
 
Public Overridable ReadOnly Property IsFixedSize As Boolean
        Get
 
public:
virtual property bool IsFixedSize {
        bool get ();
}
 
abstract IsFixedSize : bool with get
override IsFixedSize : bool with get
 
 
 
Property Value
Boolean
Implements
IListIsFixedSize
 
See Also