| Revit Preview Release API |
| ExternalServices..::..BuiltInExternalServices..::..ConnectionTypeChangedService Property |
| ExternalServices..::..BuiltInExternalServices Class See Also |
The external service used to notify when structural connection changed the type.
Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Syntax
| C# |
|---|
public static ExternalServiceId ConnectionTypeChangedService { get; } |
| Visual Basic |
|---|
Public Shared ReadOnly Property ConnectionTypeChangedService As ExternalServiceId Get |
| Visual C++ |
|---|
public: static property ExternalServiceId^ ConnectionTypeChangedService { ExternalServiceId^ get (); } |