Class LayoutState
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class LayoutState : TaggedObject, IMessageSink
Constructors
LayoutState()
Declaration
protected LayoutState()
Properties
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Export(String)
Declaration
public void Export(string filePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | filePath |
GetViewportDescription(Int32)
Declaration
public string GetViewportDescription(int viewport)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | viewport |
Returns
Type | Description |
---|---|
System.String |
Rename(String)
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.CAE.LayoutState.Name instead.")]
public void Rename(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
SetViewportDescription(Int32, String)
Declaration
public void SetViewportDescription(int viewport, string xmloutput)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | viewport | |
System.String | xmloutput |
Implements
System.Runtime.Remoting.Messaging.IMessageSink