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: 19.00.00
Syntax
C#
public class AutoAttribute : Attribute

The AutoAttribute type exposes the following members.

Constructors
 NameDescription
Public methodAutoAttributeInitializes a new instance of the AutoAttribute class
Public methodAutoAttribute(String)Initializes a new instance of the AutoAttribute class
Top
See Also