IMcRegions2GetRotatableBox Method
|
|
Get information about a rotatable box feature.
Namespace:
MediaCy.IQL.Features
Assembly:
MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
SyntaxSub GetRotatableBox (
lIndex As Integer,
<OutAttribute> ByRef Bounds As Object,
<OutAttribute> ByRef Angle As Double
)
Parameters
- lIndex
- Type: SystemInt32
Index of subregion to report rotatable box parameters for. - Bounds
- Type: SystemObject
Bounds of the unrotated rectangular box as a SINGLERECT. - Angle
- Type: SystemDouble
double* : orientation of the box in degrees counterclockwise
from the horizontal. The value will be from zero to 360.
RemarksThe Type property for the lIndex feature must have the mcftRectangleAny
bit set in its Type or an error will result.
See Also