Find a definition by id
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<GeometryObject> FindDefinition(
string id
)
Parameters
- id String
-
Definition id. Expecected to be unique
Return Value
IList<GeometryObject>
List of geometry objects that together define a shape
Exceptions
See Also
Reference