'Declaration Public Overloads Function ExtractText( _ ByVal space As ImGearCADPage.CADWorkingSpace _ ) As List(Of CADText)
'Usage Dim instance As ImGearDWGPage Dim space As ImGearCADPage.CADWorkingSpace Dim value As List(Of CADText) value = instance.ExtractText(space)
public List<CADText> ExtractText( ImGearCADPage.CADWorkingSpace space )
public: List<CADText*>* ExtractText( ImGearCADPage.CADWorkingSpace space )
public: List<CADText^>^ ExtractText( ImGearCADPage.CADWorkingSpace space )
Parameters
- space
Return Value
List<CADText> of text found.