Description
This .NET class wraps the AcDb::Intersect ObjectARX class.
Visual Basic
Public Enum Intersect OnBothOperands ExtendThis ExtendArgument ExtendBoth End Enum
C#
public enum Intersect { OnBothOperands, ExtendThis, ExtendArgument, ExtendBoth }
Members
Members | Description |
---|---|
OnBothOperands | |
ExtendThis | |
ExtendArgument | |
ExtendBoth |