Gets the property with the given name.
Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public AssetProperty FindByName( string name )
Parameters
- name String
- Name of the property.
Return Value
AssetPropertyThe property with the specified name.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |