Gets the property with the given name.
Namespace: Autodesk.Revit.DB.VisualAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public AssetProperty FindByName(
string name
)
Parameters
- name String
-
Name of the property.
Return Value
AssetProperty
The property with the specified name.
Exceptions
Remarks
FindByName will not visit the properties of any connected asset on any of the properties.
See Also
Reference