Returns a linetype with the specified name.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Function LTypeByName( _ ByVal AName As String _ ) As CADLineType |
Parameters
-
AName
-
Type: string
A string containing a name of the linetype to be returned.
Return Value
A
CADLineType object that has the specified name or
null
if the linetype with such name 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