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

OnPolylineSegments

Method
Description:
This method is called after unhandled curve was tessellated to polyline segments and sent to the output.
Syntax
void OnPolylineSegments(
	PolylineSegments segments
)
Parameters
Parameter Type Description
segments Autodesk.Revit.DB.PolylineSegments A structure describing the polyline segments.
Return Value