Class LayoutStateApplicator
Inheritance
System.Object
System.MarshalByRefObject
LayoutStateApplicator
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 LayoutStateApplicator : Builder, IMessageSink, IComponentBuilder
Constructors
LayoutStateApplicator()
Declaration
protected LayoutStateApplicator()
Properties
DataReferences
Declaration
public LayoutStateDataReferenceCollection DataReferences { get; }
Property Value
Type | Description |
---|---|
LayoutStateDataReferenceCollection |
Methods
GetUpdateLayoutState()
Declaration
public bool GetUpdateLayoutState()
Returns
Type | Description |
---|---|
System.Boolean |
SetFile(String)
Declaration
public void SetFile(string filePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | filePath |
SetLayoutState(LayoutState)
Declaration
public void SetLayoutState(LayoutState layoutState)
Parameters
Type | Name | Description |
---|---|---|
LayoutState | layoutState |
SetUpdateLayoutState(Boolean)
Declaration
public void SetUpdateLayoutState(bool update)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | update |
Implements
System.Runtime.Remoting.Messaging.IMessageSink