IntelliCAD 11.1 Object Library | |
ArrayPolar Method | |
See Also |
- NumberOfObjects
- IncludedAngle
- CenterPoint
- PointOnAxis
- RotateObjects
Table Object : ArrayPolar Method |
Description
Creates a polar array. If the PointOnAxis is distinct from the CenterPoint, a 3D array is created.
Syntax
Visual Basic |
---|
Public Function ArrayPolar( _ ByVal NumberOfObjects As Integer, _ ByVal IncludedAngle As Double, _ ByVal CenterPoint As Point, _ ByVal PointOnAxis As Point, _ Optional ByVal RotateObjects As Boolean = False _ ) As SelectionSet |
Parameters
- NumberOfObjects
- IncludedAngle
- CenterPoint
- PointOnAxis
- RotateObjects