Aspose::Cells::DxfCollection class

DxfCollection class

Represents the master differential formatting records.

class DxfCollection

Methods

MethodDescription
begin()Returns an iterator to the beginning of the DxfCollection.
DxfCollection(DxfCollection_Impl* impl)Constructs from an implementation object.
DxfCollection(const DxfCollection& src)Copy constructor.
end()Returns an iterator to the end of the DxfCollection.
Get(int32_t index)Gets the element at the specified index.
GetCount()Gets the number of elements contained in the instance.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const DxfCollection& src)operator=
~DxfCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also