BuiltInFailuresAssemblyFailuresAssemblyDidNotMatchRequestedTypeWarn Property |
Assembly was changed to a new type, but did not match the type. Geometry could have been changed due to a join condition.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic static FailureDefinitionId AssemblyDidNotMatchRequestedTypeWarn { get; }
Public Shared ReadOnly Property AssemblyDidNotMatchRequestedTypeWarn As FailureDefinitionId
Get
public:
static property FailureDefinitionId^ AssemblyDidNotMatchRequestedTypeWarn {
FailureDefinitionId^ get ();
}
static member AssemblyDidNotMatchRequestedTypeWarn : FailureDefinitionId with get
Property Value
FailureDefinitionId
See Also