'Declaration <DebuggerStepThroughAttribute()> <DebuggerNonUserCodeAttribute()> Public Function RemoveGraphicLines( _ ByVal options As GraphicLineRemovalOptions _ ) As GraphicLineRemovalResults
'Usage Dim instance As ScanFix Dim options As GraphicLineRemovalOptions Dim value As GraphicLineRemovalResults value = instance.RemoveGraphicLines(options)
[DebuggerStepThrough()] [DebuggerNonUserCode()] public GraphicLineRemovalResults RemoveGraphicLines( GraphicLineRemovalOptions options )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: GraphicLineRemovalResults* RemoveGraphicLines( GraphicLineRemovalOptions* options )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: GraphicLineRemovalResults^ RemoveGraphicLines( GraphicLineRemovalOptions^ options )
Parameters
- options
- A GraphicLineRemovalOptions object containing parameters that control the line removal process.
Return Value
A GraphicLineRemovalResults object containing information about the results of the line removal process.