'Declaration <DebuggerNonUserCodeAttribute()> <DebuggerStepThroughAttribute()> Public Function New( _ ByVal graphicLines As List(Of GraphicLine) _ )
'Usage Dim graphicLines As List(Of GraphicLine) Dim instance As New GraphicLineRemovalOptions(graphicLines)
[DebuggerNonUserCode()] [DebuggerStepThrough()] public GraphicLineRemovalOptions( List<GraphicLine> graphicLines )
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: GraphicLineRemovalOptions( List<GraphicLine*>* graphicLines )
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: GraphicLineRemovalOptions( List<GraphicLine^>^ graphicLines )
Parameters
- graphicLines
- A list of GraphicLine objects obtained from the ScanFix.DetectGraphicLines method.