GetOptions Method


A copy of the options the service was registered with.

Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.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.

See Also