|
|
Find the column definition by the column name
Namespace: Autodesk.Navisworks.Api.Takeoff
Assembly: Autodesk.Navisworks.Takeoff (in Autodesk.Navisworks.Takeoff.dll)
Syntax
| Visual Basic |
|---|
Public Function FindVariableDefByName ( _ name As String _ ) As TakeoffVariableDefinition |
| C# |
|---|
public TakeoffVariableDefinition FindVariableDefByName( string name ) |
| Visual C++ |
|---|
public: TakeoffVariableDefinition^ FindVariableDefByName( String^ name ) |
Parameters
- name
- Type: System..::..String
Return Value
matching column definition or null
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Object is Read-Only |