Initializing help system before first use

IsFixedSize Property

True if the list is of fixed size (ie items cannot be added by the user). XPRMAnnotations objects are always of fixed size.

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 4.8.0.0
Syntax
C#
public bool IsFixedSize { get; }

Property Value

Type:  Boolean

Implements

IListIsFixedSize
See Also