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