Autodesk.AutoCAD.DatabaseServices Namespace > AnnotationType Enumeration
Autodesk.AutoCAD.DatabaseServices.AnnotationType Enumeration
Description

 

This .NET class wraps the AcDbLeader::AnnoType ObjectARX enum. 

 

This enum describes the type of the annotation.

Visual Basic
Public Enum AnnotationType
  MText
  FeatureControlFrame
  BlockRef
  NoAnnotation
End Enum
C#
public enum AnnotationType {
  MText,
  FeatureControlFrame,
  BlockRef,
  NoAnnotation
}
Members
Members 
Description 
MText 
The annotation is an MText. 
FeatureControlFrame 
The annotation is a feature control frame. 
BlockRef 
The annotation is a block reference. 
NoAnnotation 
There is no annotation. 
   Comments?