ReloadSwapOutInfo.Part Property

ReloadSwapOutInfoPart Property

The ElementId of part being swapped.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ElementId Part { get; }
Public ReadOnly Property Part As ElementId
	Get
public:
property ElementId^ Part {
	ElementId^ get ();
}
member Part : ElementId with get

Property Value

ElementId
See Also