Class MassPropertyOptionsBuilder
Inheritance
System.Object
System.MarshalByRefObject
MassPropertyOptionsBuilder
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.Gateway
Assembly: NXOpen.dll
Syntax
public class MassPropertyOptionsBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
MassPropertyOptionsBuilder()
Declaration
protected MassPropertyOptionsBuilder()
Properties
AccuracyType
Declaration
public MassPropertyOptionsBuilder.AccuracyTypes AccuracyType { get; set; }
Property Value
Type | Description |
---|---|
MassPropertyOptionsBuilder.AccuracyTypes |
ComponentGroupName
Declaration
public string ComponentGroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MarkerColorOfAllComponents
Declaration
public int MarkerColorOfAllComponents { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MarkerColorOfDisplayedPart
Declaration
public int MarkerColorOfDisplayedPart { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MarkerColorOfSelectedComponents
Declaration
public int MarkerColorOfSelectedComponents { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MarkerColorOfSelectedComponentSet
Declaration
public int MarkerColorOfSelectedComponentSet { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UseAllComponents
Declaration
public bool UseAllComponents { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UseDisplayedPart
Declaration
public bool UseDisplayedPart { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UseSelectedComponents
Declaration
public bool UseSelectedComponents { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UseSelectedComponentSet
Declaration
public bool UseSelectedComponentSet { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UseSourceHierarchy
Declaration
public bool UseSourceHierarchy { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
GetSourceHierarchy(out Int32[])
Declaration
public void GetSourceHierarchy(out int[] variableSources)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | variableSources |
SetSourceHierarchy(Int32[])
Declaration
public void SetSourceHierarchy(int[] variableSources)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | variableSources |
Implements
System.Runtime.Remoting.Messaging.IMessageSink