Description
Get parameters for an elliptical feature.
-
Return Type
-
None
-
Syntax
-
object.GetEllipse lIndex, Cx, Cy, MajAx, MinAx, MajAngle
The GetEllipse Method syntax has these parts: |
| object | An expression evaluating to an object of type McRegions. | | lIndex | Required. A Long value. long : Index of subregion to report ellipse parameters for.
| | Cx | Required. A Double value. double* : x-coordinate of the center of the ellipse
| | Cy | Required. A Double value. double* : y-coordinate of the center of the ellipse
| | MajAx | Required. A Double value. double* : length of the major axis (pixels)
| | MinAx | Required. A Double value. double* : length of the minor axis (pixels)
| | MajAngle | Required. A Double value. double* : orientation of the major axis (not implemented)
| Remarks
The FeatureType for the lIndex feature must be mcftEllipse or an error will result.
|