Share

GroupPlotStyle.StartCorner Property

Gets or sets the GroupPlotStartCornerType enum value that specifies the starting corner type for plotting the section views.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public GroupPlotStartCornerType StartCorner { get; set; }

VB

Public Property StartCorner As GroupPlotStartCornerType
	Get
	Set

C++

public:
property GroupPlotStartCornerType StartCorner {
	GroupPlotStartCornerType get ();
	void set (GroupPlotStartCornerType value);
}

Property Value

GroupPlotStartCornerType

See Also

Reference

Was this information helpful?