ContextAvailableDieWidths Property
|
Namespace: Bricscad.SheetMetal
Assembly: BrxMgd (in BrxMgd.dll) Version:
26.2.3.0
Syntax
public List<double> AvailableDieWidths { get; }
Public ReadOnly Property AvailableDieWidths As List(Of Double)
Get
public:
property List<double>^ AvailableDieWidths {
List<double>^ get ();
}
member AvailableDieWidths : List<float> with get
Property Value
ListDouble
See Also