Interface INCT_CustomParameters
Assembly: STNCCustomInterpreter.dll
Syntax
[Guid("936350E7-9552-48AF-AF0E-D687EEC61654")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface INCT_CustomParameters
Properties
Childs[int]
Declaration
INCT_CustomParameter Childs[int Index] { get; }
Parameters
| Type |
Name |
Description |
| int |
Index |
|
Property Value
this[string]
Declaration
INCT_CustomParameter this[string Name] { get; }
Parameters
| Type |
Name |
Description |
| string |
Name |
|
Property Value
Count
Declaration
Property Value