IExportContextOnRPC Method |
This method marks the beginning of export of an RPC object.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxvoid OnRPC(
RPCNode node
)
Sub OnRPC (
node As RPCNode
)
void OnRPC(
RPCNode^ node
)
abstract OnRPC :
node : RPCNode -> unit
Parameters
- node RPCNode
-
A node with asset information about the RPC object.
Remarks
See Also