HatchAssociative Property
|
Gets if the hatch is associative or not, which means if the hatch object is associated with the hatch boundary entities.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool Associative { get; }
Public ReadOnly Property Associative As Boolean
Get
public:
property bool Associative {
bool get ();
}
member Associative : bool with get
PROPERTY Associative AS LOGIC GET
Property Value
Type:
BooleanSee Also