Gets the first Element in the collection which name is equal to the specified.
Namespace:
Neodynamic.SDKAssembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll)
Version: 2.0.2000.0 (2.0.2086.0)
Syntax
| C# |
|---|
public Element this[ string name ] { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Default Property Item ( _ name As String _ ) As Element |
| Visual C++ |
|---|
public: property Element^ default[String^ name] { Element^ get (String^ name); } |
Parameters
- name
- Type: System..::.String