A copy of the options the service was registered with.
Namespace: Autodesk.Revit.DB.ExternalServiceAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2014
Syntax
| C# |
|---|
public ExternalServiceOptions GetOptions() |
| Visual Basic |
|---|
Public Function GetOptions As ExternalServiceOptions |
| Visual C++ |
|---|
public: ExternalServiceOptions^ GetOptions() |
Return Value
An instance of the options class.
Remarks
The returned instance is mutable, but any changes
made there cannot be assigned back to the service.