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

OnLineSegment

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