class LabelingOptions

Interface for configuring labeling options for the SetLabel/DeleteLabel methods.

Summary

Members Descriptions
public LabelingOptions(AssignmentMethod method) Not yet documented.
public AssignmentMethod GetAssignmentMethod() const Not yet documented.
public bool IsDowngradeJustified() const Not yet documented.
public const std::string& GetJustificationMessage() const Not yet documented.
public const std::vector<std::pair<std::string, std::string>>& GetExtendedProperties() const Not yet documented.
public void SetDowngradeJustification(bool isDowngradeJustified, const std::string& justificationMessage) Not yet documented.
public void SetExtendedProperties(const std::vector<std::pair<std::string, std::string>>& extendedProperties) Not yet documented.

Members

LabelingOptions function

Not documented yet.

GetAssignmentMethod function

Not documented yet.

IsDowngradeJustified function

Not documented yet.

GetJustificationMessage function

Not documented yet.

GetExtendedProperties function

Not documented yet.

SetDowngradeJustification function

Not documented yet.

SetExtendedProperties function

Not documented yet.