Accusoft.Forms1 - Updated
GraphicLines Property (GraphicLineDetectionResults)



Accusoft.ScanFixXpressSdk Namespace > GraphicLineDetectionResults Class : GraphicLines Property
A read-only property that gets a list of GraphicLine objects returned by the ScanFix.DetectGraphicLines method.
Syntax
Public ReadOnly Property GraphicLines As List(Of GraphicLine)
Dim instance As GraphicLineDetectionResults
Dim value As List(Of GraphicLine)
 
value = instance.GraphicLines
public List<GraphicLine> GraphicLines {get;}
public:
property List<GraphicLine^>^ GraphicLines {
   List<GraphicLine^>^ get();
}
See Also

Reference

GraphicLineDetectionResults Class
GraphicLineDetectionResults Members