ExternalServices.BuiltInExternalServices.IFCExporterService Property

ExternalServicesBuiltInExternalServicesIFCExporterService Property

The external service which permits registration of an alternate implementation for IFC export.

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

Property Value

ExternalServiceId
See Also