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

OnPoint

Method
Description:
This method is called when a Point is being output.
Remarks:
Note that this method is invoked only if the custom exporter was set up to include geometric objects in the output stream. See IncludeGeometricObjects for mode details.
Syntax
RenderNodeAction OnPoint(
	PointNode node
)
Parameters
Parameter Type Description
node Autodesk.Revit.DB.PointNode An output node that represents a Point.
Return Value
Type Description
IncludeGeometricObjects Return RenderNodeAction.Proceed if you wish to receive low-level geometry (line segments) for this point, or otherwise return RenderNodeAction.Skip.