GroupPlotStyleStartCorner Property |
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.8.0.292
Syntaxpublic GroupPlotStartCornerType StartCorner { get; set; }
Public Property StartCorner As GroupPlotStartCornerType
Get
Set
public:
property GroupPlotStartCornerType StartCorner {
GroupPlotStartCornerType get ();
void set (GroupPlotStartCornerType value);
}
Property Value
GroupPlotStartCornerType
See Also