Revit 2026 API
External |
A copy of the options the service was registered with.
Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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