Revit 2025 API
External |
A copy of the options the service was registered with.
Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ExternalServiceOptions GetOptions()
Public Function GetOptions As ExternalServiceOptions
public: ExternalServiceOptions^ GetOptions()
member GetOptions : unit -> ExternalServiceOptions
Return Value
ExternalServiceOptionsAn instance of the options class.

The returned instance is mutable, but any changes
made there cannot be assigned back to the service.
See Also