FamilyLoadedIntoDocumentEventArgs.OriginalFamilyId Property

FamilyLoadedIntoDocumentEventArgsOriginalFamilyId Property

The original family id that is overridden by the newly loaded family.

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

Property Value

ElementId
See Also