Returns a description of linetype with the specified name.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Function LinesByName( _ ByVal AName As String _ ) As SGLines |
Parameters
-
AName
-
Type: string
A string containing a name of the linetype to be returned.
Return Value
A
sgLines object representing a found linetype or
null
if the linetype was not found.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also