Click or drag to resize

BaseCustomPropertyValue Class

Base class for Native CustomProperty Values for generic setting of defaults regardless of type.
Inheritance Hierarchy
SystemObject
  Demo3D.NativeBaseCustomPropertyValue
    Demo3D.NativeCustomPropertyValueT

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

The BaseCustomPropertyValue type exposes the following members.

Constructors
 NameDescription
Protected methodBaseCustomPropertyValueInitializes 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 propertyExportProperty Mark a bindable item for FMU / multi-model export.
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
 NameDescription
Public methodToString The value of the custom property converted to a string.
(Overrides ObjectToString)
Top
Operators
 NameDescription
Public operatorStatic member(BaseCustomPropertyValue to CustomProperty) Implicitly convert the custom property value container to the underlying CustomProperty object.
Top
See Also