ExternalServices.BuiltInExternalServices.ViewSheetSetUIService Property

ExternalServicesBuiltInExternalServicesViewSheetSetUIService Property

The UI service which permits registration of an external server for new UI managing ViewSheetSet.

Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static ExternalServiceId ViewSheetSetUIService { get; }
Public Shared ReadOnly Property ViewSheetSetUIService As ExternalServiceId
	Get
public:
static property ExternalServiceId^ ViewSheetSetUIService {
	ExternalServiceId^ get ();
}
static member ViewSheetSetUIService : ExternalServiceId with get

Property Value

ExternalServiceId
See Also