Searches a specified dimension arrow name in array
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Function GetArrowTypeByName( _ ByVal str As String, _ ByVal defVal As Byte _ ) As Byte |
Parameters
-
str
-
Type: string
A name of the dimension arrow
-
defVal
-
Type: byte
A default dimension arrow type
Return Value
A type of the specified dimension arrow
Remarks
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also