|
|
Find first property with specified Name
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function FindPropertyByName ( _ name As String _ ) As DataProperty |
| C# |
|---|
public DataProperty FindPropertyByName( string name ) |
| Visual C++ |
|---|
public: DataProperty^ FindPropertyByName( String^ name ) |
Parameters
- name
- Type: System..::..String
Return Value
First matching property or null
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |