BuiltInFailures.AssemblyFailures.AssemblyInheritTypeWarn Property

BuiltInFailuresAssemblyFailuresAssemblyInheritTypeWarn Property

Edits to these assemblies do not match existing types, new type will be created.

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

Property Value

FailureDefinitionId
See Also