[]
Gets the value of the specified property by name.
public float GetFloatValueByName(string name)
Public Function GetFloatValueByName(name As String) As Single
| Type | Name | Description |
|---|---|---|
| string | name | The name of the property. |
| Type | Description |
|---|---|
| float | The value of the specified property by name. |