Struct LayoutState.PasteOption
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.CAE
Assembly: NXOpen.dll
Syntax
public struct PasteOption
Fields
Category
Declaration
public int Category
Field Value
Type | Description |
---|---|
System.Int32 |
IconName
Declaration
public string IconName
Field Value
Type | Description |
---|---|
System.String |
Key
Declaration
public string Key
Field Value
Type | Description |
---|---|
System.String |
LocalizedValue
Declaration
public string LocalizedValue
Field Value
Type | Description |
---|---|
System.String |
ParentCommandKey
Declaration
public string ParentCommandKey
Field Value
Type | Description |
---|---|
System.String |
Tooltip
Declaration
public string Tooltip
Field Value
Type | Description |
---|---|
System.String |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()