RVTDocs.com
Namespace: Autodesk.Revit.DB Interface: IExportContext

IExportContext.OnRPC

Method
Description:
This method marks the beginning of export of an RPC object.
Remarks:
This method is only called for photo-rendering export (a custom exporter that implements IPhotoRenderContext). When an RPC object is encountered for a model context export (a custom exporter that implements IModelExportContext), the RPC object will be provided as a polymesh (via OnPolymesh(PolymeshTopology)).
Syntax
void OnRPC(
	RPCNode node
)
Parameters
Parameter Type Description
node RPCNode A node with asset information about the RPC object.
Return Value