Revit 2025.3 API
Part |
Is the Part derived from link geometry.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static bool IsPartDerivedFromLink( Part dPart )
Public Shared Function IsPartDerivedFromLink ( dPart As Part ) As Boolean
public: static bool IsPartDerivedFromLink( Part^ dPart )
static member IsPartDerivedFromLink : dPart : Part -> bool
Parameters
- dPart Part
Return Value
Boolean| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also