Gets a collection of hatch patterns used in the pattern of this CADHatch object.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Assembly: CADImport (in CADImport.dll)
Public ReadOnly Property HatchPatternData() As CADCollection(Of HatchPatternData)
This language is not supported or no code example is available.
public CADCollection<HatchPatternData> HatchPatternData {get;}
This language is not supported or no code example is available.
Property Value
An ArrayList containing the hatch patterns used in the pattern of this CADHatch entity.
Returns a list of HatchPatternData class elements.
Hatch pattern consists of simple lines, which are repeated with offset.
HatchPatternData is a list of pointers on lines data. Line data is an instance of HatchPatternData type.
Windows NT 4.0, Windows 98, Windows XP, Windows Server 2003, Windows Vista; Windows Server 2008 R2, Windows 7, WIndows10
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.