Class NavigatorCollection
Inheritance
System.Object
System.MarshalByRefObject
NavigatorCollection
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class NavigatorCollection : NXRemotableObject, IMessageSink
Constructors
NavigatorCollection(ShipSession)
Declaration
protected NavigatorCollection(ShipSession owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
ActiveNavigator(Int32)
Declaration
public void ActiveNavigator(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
ChangeNodeState(NavigatorNode, Int32)
Declaration
public void ChangeNodeState(NavigatorNode tgTargetNode, int status)
Parameters
Type |
Name |
Description |
NavigatorNode |
tgTargetNode |
|
System.Int32 |
status |
|
CopyNode(Int32, NavigatorNode[])
Declaration
public void CopyNode(int index, NavigatorNode[] tgNodes)
Parameters
CreateShipNavigatorNodeBuilder(Boolean, NavigatorNode)
Declaration
public ShipNavigatorNodeBuilder CreateShipNavigatorNodeBuilder(bool isEdit, NavigatorNode tgNode)
Parameters
Returns
CutNode(Int32, NavigatorNode[])
Declaration
public void CutNode(int index, NavigatorNode[] tgNodes)
Parameters
EditFeature(Feature)
Declaration
public void EditFeature(Feature tgFeat)
Parameters
Type |
Name |
Description |
Feature |
tgFeat |
|
GetNavigator(Int32)
Declaration
public Navigator GetNavigator(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
GetNavigatorCount()
Declaration
public int GetNavigatorCount()
Returns
Type |
Description |
System.Int32 |
|
GetReferencingNodes(TaggedObject)
Declaration
public NavigatorNode[] GetReferencingNodes(TaggedObject tgReferencedObject)
Parameters
Returns
GetShipNavigatorRoot()
Declaration
public ShipNavigatorRoot GetShipNavigatorRoot()
Returns
IsNavigatorRegistered(Int32)
Declaration
public bool IsNavigatorRegistered(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
Type |
Description |
System.Boolean |
|
PasteNode(Int32, NavigatorNode)
Declaration
public void PasteNode(int index, NavigatorNode tgTargetNode)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
NavigatorNode |
tgTargetNode |
|
PopulateAndPrintShipNavigator(BasePart)
Declaration
public void PopulateAndPrintShipNavigator(BasePart displayPart)
Parameters
Type |
Name |
Description |
BasePart |
displayPart |
|
RefreshNavigator(Int32)
Declaration
public void RefreshNavigator(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
RegisterNavigator(Int32, String, String, String)
Declaration
public void RegisterNavigator(int index, string bitmap, string tooltip, string name)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.String |
bitmap |
|
System.String |
tooltip |
|
System.String |
name |
|
RemoveNodes(Int32, NavigatorNode[])
Declaration
public void RemoveNodes(int index, NavigatorNode[] tgNodes)
Parameters
ReparentNode(Int32, NavigatorNode, NavigatorNode)
Declaration
public void ReparentNode(int index, NavigatorNode tgTargetNode, NavigatorNode tgSourceNode)
Parameters
ReparentNodes(Int32, NavigatorNode, NavigatorNode[])
Declaration
public void ReparentNodes(int index, NavigatorNode tgTargetNode, NavigatorNode[] tgNodes)
Parameters
Declaration
public void SaveConfigureFile(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
SendToSubView(Int32, NavigatorNode)
Declaration
public void SendToSubView(int index, NavigatorNode tgTargetNode)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
NavigatorNode |
tgTargetNode |
|
SetActiveNode(Int32, NavigatorNode)
Declaration
public void SetActiveNode(int index, NavigatorNode tgTargetNode)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
NavigatorNode |
tgTargetNode |
|
SetNodeName(NavigatorNode, String)
Declaration
public void SetNodeName(NavigatorNode tgTargetNode, string name)
Parameters
Type |
Name |
Description |
NavigatorNode |
tgTargetNode |
|
System.String |
name |
|
ShowNavigator(Int32, String, String, String)
Declaration
public Navigator ShowNavigator(int index, string bitmap, string tooltip, string name)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.String |
bitmap |
|
System.String |
tooltip |
|
System.String |
name |
|
Returns
UnloadPartAndItsChildren(BasePart)
Declaration
public void UnloadPartAndItsChildren(BasePart partTag)
Parameters
UnregisterNavigator(Int32)
Declaration
public void UnregisterNavigator(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink