Class NavigatorNode
Inheritance
NavigatorNode
Assembly: NXOpen.dll
Syntax
public class NavigatorNode : IndustryNavigatorNode, IMessageSink, INXObject
Constructors
NavigatorNode()
Declaration
protected NavigatorNode()
Properties
CheckStatus
Declaration
public bool CheckStatus { get; set; }
Property Value
Modifiable
Declaration
public bool Modifiable { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Methods
AddChild(string, TaggedObject[], bool)
Declaration
public NavigatorNode AddChild(string name, TaggedObject[] nodeObjects, bool createPersistentData)
Parameters
Returns
GetChildren()
Declaration
public NavigatorNode[] GetChildren()
Returns
GetNextNode()
Declaration
public NavigatorNode GetNextNode()
Returns
GetNextSiblingNode()
Declaration
public NavigatorNode GetNextSiblingNode()
Returns
GetNodeObjects()
Declaration
public TaggedObject[] GetNodeObjects()
Returns
GetParent()
Declaration
public NavigatorNode GetParent()
Returns
GetPreviousNode()
Declaration
public NavigatorNode GetPreviousNode()
Returns
GetPreviousSiblingNode()
Declaration
public NavigatorNode GetPreviousSiblingNode()
Returns
GetProperty(string)
Declaration
public string GetProperty(string propertyName)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
Returns
RemoveChild(NavigatorNode)
Declaration
public void RemoveChild(NavigatorNode childNode)
Parameters
SetDraggable(bool)
Declaration
public void SetDraggable(bool draggable)
Parameters
Type |
Name |
Description |
bool |
draggable |
|
SetIcon(string)
Declaration
public void SetIcon(string icon)
Parameters
Type |
Name |
Description |
string |
icon |
|
SetNodeObjects(TaggedObject[])
Declaration
public void SetNodeObjects(TaggedObject[] nodeObjects)
Parameters
UpdateProperty(string, string)
Declaration
public void UpdateProperty(string propertyName, string propertyValue)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
string |
propertyValue |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink