Class ComponentPart
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen
Assembly: NXOpen.Utilities.dll
Syntax
public class ComponentPart : RuntimeObject
Constructors
ComponentPart(IntPtr)
Declaration
protected ComponentPart(IntPtr pItem)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IntPtr | pItem |
Properties
NumParts
Declaration
public int NumParts { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Parts
Declaration
public RuntimeObject[] Parts { get; }
Property Value
| Type | Description |
|---|---|
| RuntimeObject[] |
Methods
ActivateAll(Boolean)
Declaration
public void ActivateAll(bool bActive)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | bActive |
Copy()
Declaration
public ComponentPart Copy()
Returns
| Type | Description |
|---|---|
| ComponentPart |