Struct FlatPatternSettings.FlatPatternCalloutTypeDisplay
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.SheetMetal
Assembly: NXOpen.dll
Syntax
public struct FlatPatternCalloutTypeDisplay
Constructors
FlatPatternCalloutTypeDisplay(String, Int32, String)
Declaration
public FlatPatternCalloutTypeDisplay(string Type, int IsEnabled, string Name)
Parameters
Type | Name | Description |
---|---|---|
System.String | Type | |
System.Int32 | IsEnabled | |
System.String | Name |
Fields
IsEnabled
Declaration
public int IsEnabled
Field Value
Type | Description |
---|---|
System.Int32 |
Name
Declaration
public string Name
Field Value
Type | Description |
---|---|
System.String |
Type
Declaration
public string Type
Field Value
Type | Description |
---|---|
System.String |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()