Click or drag to resize

BaseCustomPropertyValue Class

Base class for Native CustomProperty Values for generic setting of defaults regardless of type.
Inheritance Hierarchy

Namespace:  Demo3D.Native
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public abstract class BaseCustomPropertyValue

The BaseCustomPropertyValue type exposes the following members.

Constructors
  NameDescription
Protected methodBaseCustomPropertyValue
Initializes a new instance of the BaseCustomPropertyValue class
Top
Properties
  NameDescription
Public propertyCategory
Category of the custom property.
Public propertyDescription
Description of the custom property.
Public propertyHidden
Whether the custom property is hidden (from the user interface).
Public propertyInitialExpression
The expression to initialize the custom property to OnInitialize.
Public propertyName
Name of the custom property.
Public propertyPersistent
Whether the custom property is persistent (gets written to disk) or is temporary (not written to disk).
Public propertyReadOnly
Whether the custom property is read only.
Public propertyType
Type of the custom property value.
Public propertyUpdatedScript
The script reference to listen to for updates to the custom property value.
Public propertyValue
The value of the custom property.
Top
Methods
Operators
  NameDescription
Public operatorStatic member(BaseCustomPropertyValue to CustomProperty)
Implicitly convert the custom property value container to the underlying CustomProperty object.
Top
See Also