Class ReferenceSet
Assembly: NXOpen.dll
Syntax
public class ReferenceSet : DisplayableObject, IMessageSink, IFitTo, INXObject
Constructors
ReferenceSet()
Declaration
Methods
AddObjectsToReferenceSet(NXObject[])
Declaration
public void AddObjectsToReferenceSet(NXObject[] components)
Parameters
Type |
Name |
Description |
NXObject[] |
components |
|
AskAllDirectMembers()
Declaration
public NXObject[] AskAllDirectMembers()
Returns
AskMembersInReferenceSet()
Declaration
public NXObject[] AskMembersInReferenceSet()
Returns
GetAddComponentsAutomatically()
Declaration
public bool GetAddComponentsAutomatically()
Returns
RemoveObjectsFromReferenceSet(NXObject[])
Declaration
public void RemoveObjectsFromReferenceSet(NXObject[] components)
Parameters
Type |
Name |
Description |
NXObject[] |
components |
|
SetAddComponentsAutomatically(bool, bool)
Declaration
public void SetAddComponentsAutomatically(bool newValue, bool addExistingComponents)
Parameters
Type |
Name |
Description |
bool |
newValue |
|
bool |
addExistingComponents |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink