GetTypeSpecificServerOperations Method


Implement this method to get operations supported by the external server for a particular type of external resource.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2015

Syntax

C#
void GetTypeSpecificServerOperations(
	ExternalResourceServerExtensions extensions
)
Visual Basic
Sub GetTypeSpecificServerOperations ( _
	extensions As ExternalResourceServerExtensions _
)
Visual C++
void GetTypeSpecificServerOperations(
	ExternalResourceServerExtensions^ extensions
)

Parameters

extensions
Type: Autodesk.Revit.DBExternalResourceServerExtensions
The class which owns sub-interface classes, each of which has methods related to a particular type of external resource.

Remarks

Through this method, some specific operations for a paritcular type of external resource, such as Open(and Unload) and shared coordinates for Revit Link, can be set in a class ExternalResourceServerExtensions.

ExternalResourceServerExtensions is able to own sub-interface classes, each of which has methods related to a particular type of external resource.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →