SetValue(Int32,Vector3) Method
In This Topic
Sets the named property to the given value.
Syntax
'Declaration
Public Overloads Sub SetValue( _
ByVal As Integer, _
ByVal As Vector3 _
)
public void SetValue(
int ,
Vector3
)
Parameters
- index
- Index of the property
- value
- Value of the property
See Also