A copy of the options the service was registered with.
Namespace: Autodesk.Revit.DB.ExternalServiceAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ExternalServiceOptions GetOptions()
Return Value
ExternalServiceOptions
An instance of the options class.
Remarks
The returned instance is mutable, but any changes
made there cannot be assigned back to the service.
See Also
Reference