Class DesignConstraintsCollection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
DesignConstraintsCollection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class DesignConstraintsCollection : NamedDatabaseItem, IEquatable<APIBase>
Properties
DesignConstraints
Declaration
public ReadOnlyCollection<DeletableCollectionMember<DesignConstraint>> DesignConstraints { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<DeletableCollectionMember<DesignConstraint>> |
Implements
System.IEquatable<T>