Share

Autodesk.AutoCAD.Geometry.ExternalEntityKind Enumeration

Description

This .NET enum wraps the AcGe::ExternalEntityKind ObjectARX enum. This defines the type of external entity that can be accessed through GeLib interface.

Visual Basic

Public Enum ExternalEntityKind
  AcisEntity
  ExternalEntityUndefined
End Enum

C#

public enum ExternalEntityKind {
  AcisEntity,
  ExternalEntityUndefined
}

Members

Members Description
AcisEntity ACIS entities from the file generated in ASCII ACIS SAT format.
ExternalEntityUndefined Undefined external entity.

Was this information helpful?