|
|
Creates condition that matches if item has property in category with specified Names
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Shared Function HasPropertyByName ( _ categoryName As String, _ propertyName As String _ ) As SearchCondition |
| C# |
|---|
public static SearchCondition HasPropertyByName( string categoryName, string propertyName ) |
| Visual C++ |
|---|
public: static SearchCondition^ HasPropertyByName( String^ categoryName, String^ propertyName ) |
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | Argument 'categoryName' is null |
| System..::..ArgumentNullException | Argument 'propertyName' is null |