Gets or sets the GroupPlotStartCornerType enum value that specifies the starting corner type for plotting the section views.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public GroupPlotStartCornerType StartCorner { get; set; }
Visual Basic
Public Property StartCorner As GroupPlotStartCornerType Get Set
Visual C++
public: property GroupPlotStartCornerType StartCorner { GroupPlotStartCornerType get (); void set (GroupPlotStartCornerType value); }