PolylineSegmentCollection Constructor (Circle) |
Creates a new instance of PolylineSegmentCollection.
Namespace:
Gile.AutoCAD.R20.Geometry
Assembly:
GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntaxpublic PolylineSegmentCollection(
Circle circle
)
Public Sub New (
circle As Circle
)
public:
PolylineSegmentCollection(
Circle^ circle
)
new :
circle : Circle -> PolylineSegmentCollection
Parameters
- circle
- Type: Circle
An instance of Circle.
ExceptionsException | Condition |
---|
ArgumentNullException | ArgumentException is thrown if circle is null. |
See Also