Revit 2023 API |
ExternalService..::..ServiceId Property |
ExternalService Class See Also |
The Id of the service
Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2013
Syntax
C# |
---|
public ExternalServiceId ServiceId { get; } |
Visual Basic |
---|
Public ReadOnly Property ServiceId As ExternalServiceId Get |
Visual C++ |
---|
public: property ExternalServiceId^ ServiceId { ExternalServiceId^ get (); } |