IndexStreamLine.AddLines Method

IndexStreamLineAddLines Method


Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void AddLines(
	IList<IndexLine> lines
)
Public Sub AddLines ( 
	lines As IList(Of IndexLine)
)
public:
void AddLines(
	IList<IndexLine^>^ lines
)
member AddLines : 
        lines : IList<IndexLine> -> unit 

Parameters

lines  IListIndexLine
 
See Also