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