RVTDocs.com

IDirectContext3DServer

Interface
Description:
The interface to be implemented by a server of the DirectContext3D external service.
Syntax
IDirectContext3DServer Interface Members:
Name Description Inherited From
CanExecute Can be used to allow the server to execute only in certain views.
GetApplicationId Reports this server's application ID.
GetBoundingBox Reports a bounding box of the geometry that this server submits for drawing.
GetDescription Implement this method to return a description of the server. (Inherited from IExternalServer ) IExternalServer
GetName Implement this method to return the name of the server. (Inherited from IExternalServer ) IExternalServer
GetServerId Implement this method to return the id of the server. (Inherited from IExternalServer ) IExternalServer
GetServiceId Implement this method to return the id of the service. (Inherited from IExternalServer ) IExternalServer
GetSourceId Reports this server's source ID.
GetVendorId Implement this method to return the id of the vendor of the server. (Inherited from IExternalServer ) IExternalServer
RenderScene Performs rendering of the scene that the server creates.
UseInTransparentPass Indicates whether this server will submit geometry during the rendering pass for transparent geometry.
UsesHandles Tests whether this server uses DirectContext3D handle elements.