Click or drag to resize

BoxScriptUDT Class

[Missing <summary> documentation for "T:Demo3D.Components.BoxScript.UDT"]

Inheritance Hierarchy
SystemObject
  Demo3D.ComponentsBoxScriptUDT

Namespace:  Demo3D.Components
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class UDT : INotifyPropertyChanged

The BoxScriptUDT type exposes the following members.

Constructors
  NameDescription
Public methodBoxScriptUDT
Initializes a new instance of the BoxScriptUDT class
Top
Properties
Methods
  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodStatic memberGetTestValue
Public methodToString (Overrides ObjectToString.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
Top
See Also