HatchPatternLineDefinitions Property
|
Gets the definition of the lines that make up the pattern (not applicable in Solid fills).
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public List<HatchPatternLineDefinition> LineDefinitions { get; }
Public ReadOnly Property LineDefinitions As List(Of HatchPatternLineDefinition)
Get
public:
property List<HatchPatternLineDefinition^>^ LineDefinitions {
List<HatchPatternLineDefinition^>^ get ();
}
member LineDefinitions : List<HatchPatternLineDefinition> with get
PROPERTY LineDefinitions AS List<HatchPatternLineDefinition> GET
Property Value
Type:
ListHatchPatternLineDefinitionSee Also