Class GeometricConstraintDataSetManager
Inheritance
System.Object
System.MarshalByRefObject
GeometricConstraintDataSetManager
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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.Features
Assembly: NXOpen.dll
Syntax
public class GeometricConstraintDataSetManager : TaggedObject, IMessageSink
Constructors
GeometricConstraintDataSetManager()
Declaration
protected GeometricConstraintDataSetManager()
Properties
Length
Declaration
public int Length { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Append(GeometricConstraintDataManager)
Declaration
public void Append(GeometricConstraintDataManager manager)
Parameters
Type | Name | Description |
---|---|---|
GeometricConstraintDataManager | manager |
CreateGeometricConstraintDataManager()
Declaration
public GeometricConstraintDataManager CreateGeometricConstraintDataManager()
Returns
Type | Description |
---|---|
GeometricConstraintDataManager |
Delete(GeometricConstraintDataManager)
Declaration
public void Delete(GeometricConstraintDataManager manager)
Parameters
Type | Name | Description |
---|---|---|
GeometricConstraintDataManager | manager |
Delete(Int32)
Declaration
public void Delete(int managerIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | managerIndex |
GetContents()
Declaration
public GeometricConstraintDataManager[] GetContents()
Returns
Type | Description |
---|---|
GeometricConstraintDataManager[] |
GetIndex(GeometricConstraintDataManager)
Declaration
public int GetIndex(GeometricConstraintDataManager manager)
Parameters
Type | Name | Description |
---|---|---|
GeometricConstraintDataManager | manager |
Returns
Type | Description |
---|---|
System.Int32 |
Insert(Int32, GeometricConstraintDataManager)
Declaration
public void Insert(int insertBeforeIndex, GeometricConstraintDataManager manager)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | insertBeforeIndex | |
GeometricConstraintDataManager | manager |
SetContents(GeometricConstraintDataManager[])
Declaration
public void SetContents(GeometricConstraintDataManager[] managers)
Parameters
Type | Name | Description |
---|---|---|
GeometricConstraintDataManager[] | managers |
Implements
System.Runtime.Remoting.Messaging.IMessageSink