BuiltInFailures.PartMakerMethodForMergePartFailures.PartNotIncludedInMerge Property

BuiltInFailuresPartMakerMethodForMergePartFailuresPartNotIncludedInMerge Property

This part is not geometrically coincident with another part of the same material. No merge possible.

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

Property Value

FailureDefinitionId
See Also