Revit 2022 API |
BuiltInFailures..::..SystemsFailures..::..MismatchSystemType Property |
BuiltInFailures..::..SystemsFailures Class See Also |
Cannot add [Element] to System. The System Type for the available connector does not match the System Type ([Type Name]) for the System.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Syntax
C# |
---|
public static FailureDefinitionId MismatchSystemType { get; } |
Visual Basic |
---|
Public Shared ReadOnly Property MismatchSystemType As FailureDefinitionId Get |
Visual C++ |
---|
public: static property FailureDefinitionId^ MismatchSystemType { FailureDefinitionId^ get (); } |