CODLabelComponent::GetOrientationFlag
BOOLCODLabelComponent::GetOrientationFlag(void)
Gets flag indicating if orientation is enabled.
Defined in: OdLabelComp.cpp
Return Value
Boolean flag.
Comments
This function gets 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