IsStatic Property
Note: This API is now obsolete.
  Returns TRUE if the collection is backed by an array (and thus static); FALSE if not (and thus the content can change as it's fetched directly from Mosel). This property is supplied to maintain compatibility with older versions; now, it always returns TRUE as XPRMObjectsList objects are always backed by an array. 
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.3.0
 Syntax
Syntax
    C#
   
  [ObsoleteAttribute("XPRMObjectsList data is now always static.")] public bool IsStatic { get; }
Property Value
Type: Boolean See Also
See Also
 
