Find a field with the specified key and get its value if found.
- key
- Type: System.String
- Key name of the field to get a value for.
- value
- Type: Color4f
- Output parameter which will receive the field value.
Find a field with the specified key and get its value if found.
- key
- Type: System.String
- Key name of the field to get a value for.
- value
- Type: Point2d
- Output parameter which will receive the field value.
Find a field with the specified key and get its value if found.
- key
- Type: System.String
- Key name of the field to get a value for.
- value
- Type: Point3d
- Output parameter which will receive the field value.
Find a field with the specified key and get its value if found.
- key
- Type: System.String
- Key name of the field to get a value for.
- value
- Type: Point4d
- Output parameter which will receive the field value.
Find a field with the specified key and get its value if found.
String key,
out Boolean value
)
- key
- Type: System.String
- Key name of the field to get a value for.
- value
- Type: System.Boolean
- Output parameter which will receive the field value.
Find a field with the specified key and get its value if found.
String key,
out Byte[] value
)
- key
- Type: System.String
- Key name of the field to get a value for.
- value
- Type: System.Byte[]
- Output parameter which will receive the field value.
Find a field with the specified key and get its value if found.
String key,
out DateTime value
)
- key
- Type: System.String
- Key name of the field to get a value for.
- value
- Type: System.DateTime
- Output parameter which will receive the field value.
Find a field with the specified key and get its value if found.
String key,
out Double value
)
- key
- Type: System.String
- Key name of the field to get a value for.
- value
- Type: System.Double
- Output parameter which will receive the field value.
Find a field with the specified key and get its value if found.
String key,
out Color value
)
- key
- Type: System.String
- Key name of the field to get a value for.
- value
- Type: System.Drawing.Color
- Output parameter which will receive the field value.
Find a field with the specified key and get its value if found.
String key,
out Guid value
)
- key
- Type: System.String
- Key name of the field to get a value for.
- value
- Type: System.Guid
- Output parameter which will receive the field value.
Find a field with the specified key and get its value if found.
String key,
out Int32 value
)
- key
- Type: System.String
- Key name of the field to get a value for.
- value
- Type: System.Int32
- Output parameter which will receive the field value.
Find a field with the specified key and get its value if found.
String key,
out Single value
)
- key
- Type: System.String
- Key name of the field to get a value for.
- value
- Type: System.Single
- Output parameter which will receive the field value.
Find a field with the specified key and get its value if found.
String key,
out String value
)
- key
- Type: System.String
- Key name of the field to get a value for.
- value
- Type: System.String
- Output parameter which will receive the field value.
Parametrized version of TryGetValue.
String key,
out T value
)
- key
- Type: System.String
- Name of field to find.
- value
- Type: T
- out parameter to be set.
Find a field with the specified key and get its value if found.
- key
- Type: System.String
- Key name of the field to get a value for.
- value
- Type: Transform
- Output parameter which will receive the field value.
Find a field with the specified key and get its value if found.
- key
- Type: System.String
- Key name of the field to get a value for.
- value
- Type: Vector2d
- Output parameter which will receive the field value.
Find a field with the specified key and get its value if found.
- key
- Type: System.String
- Key name of the field to get a value for.
- value
- Type: Vector3d
- Output parameter which will receive the field value.