Revit 2026 API
External |
The external service that provides the facility to draw externally specified geometry in a Revit view in a way that is conceptually similar to a low-level graphics API.
To use this service, programmers implement a server class that derives from Autodesk::Revit::DB::DirectContext3D::IDirectContext3DServer.
Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static ExternalServiceId DirectContext3DService { get; }
Public Shared ReadOnly Property DirectContext3DService As ExternalServiceId Get
public: static property ExternalServiceId^ DirectContext3DService { ExternalServiceId^ get (); }
static member DirectContext3DService : ExternalServiceId with get
Property Value
ExternalServiceIdSee Also