Class ComponentConstraintGroupBuilder
Inheritance
System.Object
System.MarshalByRefObject
ComponentConstraintGroupBuilder
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)
Namespace: NXOpen.Positioning
Assembly: NXOpen.dll
Syntax
public class ComponentConstraintGroupBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ComponentConstraintGroupBuilder()
Declaration
protected ComponentConstraintGroupBuilder()
Properties
ConstraintCollectionType
Declaration
public ComponentConstraintGroup.ConstraintsCollectionType ConstraintCollectionType { get; set; }
Property Value
Type | Description |
---|---|
ComponentConstraintGroup.ConstraintsCollectionType |
ConstraintGroupName
Declaration
public string ConstraintGroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RememberComponentState
Declaration
public bool RememberComponentState { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SelectedComponentList
Declaration
public SelectDisplayableObjectList SelectedComponentList { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObjectList |
SelectedConstraintsList
Declaration
public SelectDisplayableObjectList SelectedConstraintsList { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObjectList |
Methods
GetContextComponent()
Declaration
public Component GetContextComponent()
Returns
Type | Description |
---|---|
Component |
Implements
System.Runtime.Remoting.Messaging.IMessageSink