Class UserStockType
Represents a User Stock Type.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TopSolid.Cam.NC.Kernel.Automating
Assembly: TopSolid.Cam.NC.Kernel.Automating.dll
Syntax
public class UserStockType : StockType
Remarks
This class is available since v7.15.
Constructors
UserStockType(List<ElementId>)
Initializes a new instance of a UserStockType class.
Declaration
public UserStockType(List<ElementId> inStocks)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<ElementId> | inStocks | The user stocks. |
Fields
Stocks
Stocks.
Declaration
public List<ElementId> Stocks
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<ElementId> |