Arc Properties

The Arc type exposes the following members.

Properties

  NameDescription
Public propertyApproximateLength
The approximate length of the curve.
(Inherited from Curve.)
Public propertyCenter
Returns the center of the arc.
Public propertyGraphicsStyleId
The ElementId of the GeometryObject's GraphicsStyle
(Inherited from GeometryObject.)
Public propertyId
A unique integer identifying the GeometryObject in its associated non view-specific GeometryElement.
(Inherited from GeometryObject.)
Public propertyIsBound
Describes whether the parameter of the curve is restricted to a particular interval.
(Inherited from Curve.)
Public propertyIsClosed
Describes whether the curve is closed.
(Inherited from Curve.)
Public propertyIsCyclic
The boolean value that indicates whether this curve is cyclic.
(Inherited from Curve.)
Public propertyIsElementGeometry
Indicates whether this geometry is obtained directly from an Element.
(Inherited from GeometryObject.)
Public propertyIsReadOnly
Identifies if the object is read-only or modifiable.
(Inherited from APIObject.)
Public propertyLength
The exact length of the curve.
(Inherited from Curve.)
Public propertyNormal
Returns the normal to the plane in which the arc is defined.
Public propertyPeriod
The period of this curve.
(Inherited from Curve.)
Public propertyRadius
Returns the radius of the arc.
Public propertyReference
Returns a stable reference to the curve.
(Inherited from Curve.)
Public propertyVisibility
The visibility.
(Inherited from GeometryObject.)
Public propertyXDirection
Returns the X direction.
Public propertyYDirection
Returns the Y direction.

See Also