|
![]() |
Fetches the property value specified by the string argument.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Function GetProperty ( _ name As String _ ) As Object |
C# |
---|
Object GetProperty( string name ) |
Visual C++ |
---|
Object^ GetProperty( String^ name ) |
Parameters
- name
- Type: System..::..String
Name of the dynamic property to obtain. As with real NET properties, this name is case-sensitive.
Return Value
Value of the dynamic property retrieved.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | Name is not a valid dynamic property. |