| Revit Preview Release API |
| ExternalService..::..GetOptions Method |
| ExternalService Class See Also |
A copy of the options the service was registered with.
Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
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.