FamilyInstanceHasModifiedGeometry Method

Identifies if the geometry of this FamilyInstance has been modified from the automatically generated default.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool HasModifiedGeometry()

Return Value

Boolean
Remarks
This method returns true if the geometry has been modified from post-processing activity in Revit such as joining, cutting, coping, extension, adaptive component modification, or other similar activity.
See Also