RevolveOptions Class

Autodesk.AutoCAD.DatabaseServices.RevolveOptions
Visual Basic
Public sealed Class RevolveOptions
Inherits DisposableWrapper
Inherits ICloneable
C#
public sealed class RevolveOptions : DisposableWrapper, ICloneable;
Description

 

This .NET class wraps the AcDbRevolveOptions ObjectARX class. 

Utility class for setting options used by CreateRevolvedSurface() and CreateRevolvedSolid(). These options can be used to control the shape of the resulting surface or solid. The default constructor for this class assigns default values to these options.

Links
See Also

RevolvedSurface