Interface INCT_CustomValues
Assembly: STNCCustomInterpreter.dll
Syntax
[Guid("BDC08001-B011-4632-A92D-8F0CCD90E5EE")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface INCT_CustomValues
Properties
Childs[int]
Declaration
INCT_CustomValue Childs[int Index] { get; }
Parameters
| Type |
Name |
Description |
| int |
Index |
|
Property Value
this[string]
Declaration
INCT_CustomValue this[string Name] { get; }
Parameters
| Type |
Name |
Description |
| string |
Name |
|
Property Value
Count
Declaration
Property Value