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

 

The type of identifier positioning.

Visual Basic
Public Enum SectionViewIdentifierPosition
  EndCuttingPlane
  AboveDirectionArrowLine
  AboveDirectionArrowSymbol
  StartDirectionArrow
  EndDirectionArrow
End Enum
C#
public enum SectionViewIdentifierPosition {
  EndCuttingPlane,
  AboveDirectionArrowLine,
  AboveDirectionArrowSymbol,
  StartDirectionArrow,
  EndDirectionArrow
}
   Comments?