Description
This .NET class wraps the AcDbLoftOptions ObjectARX class.
Utility class for setting options used by LoftedSurface.CreateLoftedSurface() . These options can be used to control the shape of the resulting surface. The default constructor for this class assigns default values to these options.
Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.LoftOptions
C#
public sealed class LoftOptions : DisposableWrapper, ICloneable;
Visual Basic
Public sealed Class LoftOptions Inherits DisposableWrapper Inherits ICloneable
Links
LoftOptions Constructor, LoftOptions Methods, LoftOptions Properties