SetValueByName(String,Matrix4x4) Method
In This Topic
Sets the named property to the given value.
Syntax
'Declaration
Public Overloads Sub SetValueByName( _
ByVal As System.String, _
ByVal As Matrix4x4 _
)
public void SetValueByName(
System.string ,
Matrix4x4
)
Parameters
- name
- Name of the property
- value
- Value of the property
See Also