SiteLinkerUIService Property
The external UI service Id which permits registration of an alternate servers for new ui of link topography

Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)

Syntax

C#
public static ExternalServiceId SiteLinkerUIService { get; }
Visual Basic
Public Shared ReadOnly Property SiteLinkerUIService As ExternalServiceId
	Get
Visual C++
public:
static property ExternalServiceId^ SiteLinkerUIService {
	ExternalServiceId^ get ();
}

See Also