Sets a value to the property specified by the string argument.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Parameters
- name
- Type: System..::..String
Name of the dynamic property to set. As with real NET properties, this name is case-sensitive.
- value
- Type: System..::..Object
Value to set. This should match the type of the dynamic property.
Return Value
The same object as was passed to argument 'value'. This enables settor chaining.
Exceptions
See Also