BaseCustomPropertyValue Class | 
Namespace: Demo3D.Native
public abstract class BaseCustomPropertyValue
The BaseCustomPropertyValue type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseCustomPropertyValue | Initializes a new instance of the BaseCustomPropertyValue class  | 
| Name | Description | |
|---|---|---|
| Category | 
            Category of the custom property.
              | |
| Description | 
            Description of the custom property.
              | |
| Hidden | 
            Whether the custom property is hidden (from the user interface).
              | |
| InitialExpression | 
            The expression to initialize the custom property to OnInitialize.
              | |
| Name | 
            Name of the custom property.
              | |
| Persistent | 
            Whether the custom property is persistent (gets written to disk) or is temporary (not written to disk).
              | |
| ReadOnly | 
            Whether the custom property is read only.
              | |
| Type | 
            Type of the custom property value.
              | |
| UpdatedScript | 
            The script reference to listen to for updates to the custom property value.
              | |
| Value | 
            The value of the custom property.
              | 
| Name | Description | |
|---|---|---|
| ToString | 
            The value of the custom property converted to a string.
              (Overrides ObjectToString.) | 
| Name | Description | |
|---|---|---|
| (BaseCustomPropertyValue to CustomProperty) | 
            Implicitly convert the custom property value container to the underlying CustomProperty object.
              |