VariableCollectionItem Property (Char) |
Gets or sets the variable value with the specified name in the collection.
Namespace:
RootPro.RootProCAD.Command
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract double this[
char name
] { get; set; }
Public MustOverride Default Property Item (
name As Char
) As Double
Get
Set
Parameters
- name
- Type: SystemChar
The name of the variable to retrieve.
Return Value
Type:
Double Variable value with the specified name in the collection.
See Also