Struct AnimationConversionBuilder.Options
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Mechatronics
Assembly: NXOpen.dll
Syntax
public struct Options
Constructors
Options(Boolean, Boolean, Boolean)
Declaration
public Options(bool Associative, bool AssociativeName, bool AssociativeColor)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | Associative | |
System.Boolean | AssociativeName | |
System.Boolean | AssociativeColor |
Fields
Associative
Declaration
public bool Associative
Field Value
Type | Description |
---|---|
System.Boolean |
AssociativeColor
Declaration
public bool AssociativeColor
Field Value
Type | Description |
---|---|
System.Boolean |
AssociativeName
Declaration
public bool AssociativeName
Field Value
Type | Description |
---|---|
System.Boolean |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()