Class FormboardFrame
Inheritance
System.Object
System.MarshalByRefObject
FormboardFrame
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.Routing
Assembly: NXOpen.dll
Syntax
public class FormboardFrame : DisplayableObject, IMessageSink, IFitTo, INXObject
Constructors
FormboardFrame()
Declaration
protected FormboardFrame()
Methods
CopyFrame()
Declaration
public FormboardFrame CopyFrame()
Returns
Type | Description |
---|---|
FormboardFrame |
GetFrameName()
Declaration
public string GetFrameName()
Returns
Type | Description |
---|---|
System.String |
GetObject(out Int32)
Declaration
public DisplayableObject GetObject(out int type)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | type |
Returns
Type | Description |
---|---|
DisplayableObject |
GetReferencePoint()
Declaration
public Point GetReferencePoint()
Returns
Type | Description |
---|---|
Point |
SetFrameName(String)
Declaration
public void SetFrameName(string newName)
Parameters
Type | Name | Description |
---|---|---|
System.String | newName |
SetReferencePoint(Point)
Declaration
public void SetReferencePoint(Point referencePoint)
Parameters
Type | Name | Description |
---|---|---|
Point | referencePoint |
Implements
System.Runtime.Remoting.Messaging.IMessageSink