Class SelectNode
Assembly: NXOpenUI.dll
Syntax
public class SelectNode : UIBlock, IMessageSink
Constructors
SelectNode()
Declaration
Properties
AutomaticProgression
Declaration
public bool AutomaticProgression { get; set; }
Property Value
Bitmap
Declaration
public string Bitmap { get; set; }
Property Value
Cue
Declaration
public string Cue { get; set; }
Property Value
LabelString
Declaration
public string LabelString { get; set; }
Property Value
SelectModeAsString
Declaration
public string SelectModeAsString { get; set; }
Property Value
ShowSelection
Declaration
[Obsolete("Deprecated in NX11.0.0. no replacement for this api")]
public bool ShowSelection { get; set; }
Property Value
StepStatusAsString
Declaration
public string StepStatusAsString { get; set; }
Property Value
Methods
GetSelectModeMembers()
Declaration
public string[] GetSelectModeMembers()
Returns
GetSelectedObjects()
Declaration
public TaggedObject[] GetSelectedObjects()
Returns
GetStepStatusMembers()
Declaration
public string[] GetStepStatusMembers()
Returns
SetSelectedObjects(TaggedObject[])
Declaration
public void SetSelectedObjects(TaggedObject[] objectVector)
Parameters
TestSelection(TaggedObject[])
Declaration
public void TestSelection(TaggedObject[] objectVector)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink