Struct LayoutState.ViewportContent
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 ViewportContent
Constructors
ViewportContent(String, LayoutState.ViewportContentType, String)
Declaration
public ViewportContent(string Name, LayoutState.ViewportContentType Type, string Path)
Parameters
Type | Name | Description |
---|---|---|
System.String | Name | |
LayoutState.ViewportContentType | Type | |
System.String | Path |
Fields
Name
Declaration
public string Name
Field Value
Type | Description |
---|---|
System.String |
Path
Declaration
public string Path
Field Value
Type | Description |
---|---|
System.String |
Type
Declaration
public LayoutState.ViewportContentType Type
Field Value
Type | Description |
---|---|
LayoutState.ViewportContentType |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()