Revit 2026 API
Part |
Determines how two profiles match.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public PartEdgeConditionOrientation ProfileMatch { get; set; }
Public Property ProfileMatch As PartEdgeConditionOrientation Get Set
public: property PartEdgeConditionOrientation ProfileMatch { PartEdgeConditionOrientation get (); void set (PartEdgeConditionOrientation value); }
member ProfileMatch : PartEdgeConditionOrientation with get, set
Property Value
PartEdgeConditionOrientation| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |
See Also