CVolumeDataProperty

class Lib3MF::CVolumeDataProperty : public CFunctionReference
std::string GetName()

Gets the qualified name of this property.

Returns:

The qualified name of this property.

void SetIsRequired(const bool bIsRequired)

Sets whether this property is required to process this 3MF document instance.

Parameters:

bIsRequired – New value for whether this property is required to process this 3MF document instance.

bool IsRequired()

Returns whether this property is required to process this 3MF document instance.

Returns:

Is this property required to process this 3MF document instance?

typedef std::shared_ptr<CVolumeDataProperty> Lib3MF::PVolumeDataProperty

Shared pointer to CVolumeDataProperty to easily allow reference counting.