This .NET enum wraps the AcGe::ExternalEntityKind ObjectARX enum. This defines the type of external entity that can be accessed through GeLib interface.
Public Enum ExternalEntityKind AcisEntity ExternalEntityUndefined End Enum
public enum ExternalEntityKind {
AcisEntity,
ExternalEntityUndefined
}
| Members | Description |
|---|---|
| AcisEntity | ACIS entities from the file generated in ASCII ACIS SAT format. |
| ExternalEntityUndefined | Undefined external entity. |