Click or drag to resize

AutoAttribute Class

Attribute used in C# Scripting to indicate that a property, field or method should be auto wired on initialize. Also used on classes to automatically set the NativeTypeName field.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Demo3D.VisualsAutoAttribute

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public class AutoAttribute : Attribute
Constructors
  NameDescription
Public methodAutoAttribute
Initializes a new instance of the AutoAttribute class
Public methodAutoAttribute(String)
Initializes a new instance of the AutoAttribute class
Top
See Also