The category Id of the original element corresponding to this Part.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:  2013

Syntax

C#
public ElementId OriginalCategoryId { get; set; }
Visual Basic
Public Property OriginalCategoryId As ElementId
	Get
	Set
Visual C++
public:
property ElementId^ OriginalCategoryId {
	ElementId^ get ();
	void set (ElementId^ value);
}

Exceptions

ExceptionCondition
Autodesk.Revit.Exceptions..::..ArgumentException When setting this property: dPartOriginalCategoryId is not an available member of the original category ids of the elements which formed this Part.
Autodesk.Revit.Exceptions..::..ArgumentNullException When setting this property: A non-optional argument was NULL

See Also