Click or drag to resize

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; }

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