Click or drag to resize

PersistentAttribute Class

Mark a CustomPropertyValue member as being a persistent custom property (it gets written to disk). If this is false then it is a temporary custom property.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Demo3D.NativePersistentAttribute

Namespace: Demo3D.Native
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class PersistentAttribute : Attribute

The PersistentAttribute type exposes the following members.

Constructors
 NameDescription
Public methodPersistentAttribute Default constructor marks the custom property as Persistent by default.
Public methodPersistentAttribute(Boolean) Constructor to be explicit about whether the property is persistent or not.
Top
Properties
 NameDescription
Public propertyPersistent The state of whether the property is persistent.
Top
See Also