CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Indexer to read or write values to a given name
Namespace: CADabilityAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public Object this[ string Name ] { get; set; } |
| Visual Basic |
|---|
Public Default Property Item ( _ Name As String _ ) As Object Get Set |
| Visual C++ |
|---|
public: property Object^ default[String^ Name] { Object^ get (String^ Name); void set (String^ Name, Object^ value); } |
Parameters
- Name
- Type: System..::..String