Interface INCT_CustomParameter
Assembly: STNCCustomInterpreter.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("9365341B-9C20-4C00-AD43-F6728334093D")]
public interface INCT_CustomParameter : 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
Name
Declaration
Property Value
ParamType
Declaration
TCustomParameterType ParamType { get; }
Property Value