Class NavigatorNode
Inheritance
System.Object
System.MarshalByRefObject
NavigatorNode
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)
Assembly: NXOpen.dll
Syntax
public class NavigatorNode : NXObject, IMessageSink, INXObject
Constructors
NavigatorNode()
Declaration
protected NavigatorNode()
Properties
CheckStatus
Declaration
public bool CheckStatus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Modifiable
Declaration
public bool Modifiable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Title
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
AddChild(String, TaggedObject[], Boolean)
Declaration
public NavigatorNode AddChild(string name, TaggedObject[] nodeObjects, bool createPersistentData)
Parameters
Type |
Name |
Description |
System.String |
name |
|
TaggedObject[] |
nodeObjects |
|
System.Boolean |
createPersistentData |
|
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 |
System.String |
propertyName |
|
Returns
Type |
Description |
System.String |
|
RemoveChild(NavigatorNode)
Declaration
public void RemoveChild(NavigatorNode childNode)
Parameters
SetDraggable(Boolean)
Declaration
public void SetDraggable(bool draggable)
Parameters
Type |
Name |
Description |
System.Boolean |
draggable |
|
SetIcon(String)
Declaration
public void SetIcon(string icon)
Parameters
Type |
Name |
Description |
System.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 |
System.String |
propertyName |
|
System.String |
propertyValue |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink