<Code Lib>
2020 Enumeration
Changes 0
E

FittingAngleUsage

Description:
An enumerated type representing the options for how to limit the angle values applicable to fitting content.

public enum FittingAngleUsage

Name Description
E UseAnyAngle Uses any angle supported by fitting content.
E UseAnAngleIncrement Uses the increment to determine the angle value.
E UseSpecificAngles Uses only the angles specified.

Loading…