InsertAttributes Property
|
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public AttributeCollection Attributes { get; }
Public ReadOnly Property Attributes As AttributeCollection
Get
public:
property AttributeCollection^ Attributes {
AttributeCollection^ get ();
}
member Attributes : AttributeCollection with get
PROPERTY Attributes AS AttributeCollection GET
Property Value
Type:
AttributeCollectionSee Also