Interface IST_AbstractCurveList
Namespace: STCurveTypes
Assembly: STCurveTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("544451D9-C010-44A8-9825-3BFA1FC5C91A")]
public interface IST_AbstractCurveListProperties
Count
Declaration
int Count { get; }Property Value
| Type | Description | 
|---|---|
| int | 
Curve[int]
Declaration
IST_AbstractCurve Curve[int i] { get; }Parameters
| Type | Name | Description | 
|---|---|---|
| int | i | 
Property Value
| Type | Description | 
|---|---|
| IST_AbstractCurve |