CODLabelComponent::SetOrientationFlag

void CODLabelComponent::SetOrientationFlag(const BOOL bFlag)

Sets flag indicating if orientation is enabled.

Defined in: OdLabelComp.cpp

Return Value

void

Parameters

bFlag

Boolean flag.

Comments

This function sets the OD_PROP_ORIENTATION_ENABLED boolean property. The OD_PROP_ORIENTATION_ENABLED flag determines if the position of the label is calculated based on the orientation properties. If the flag is FALSE, the label is free-floating and the position is determined by the user. If the flag is TRUE, then the label is positioned automatically based on the orientation property.

See Also

GetOrientationFlag