StartCorner Property

Specifies the start corner when creating multiple ProfileViews.

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

Syntax

C#

public ProfileViewStartCornerType StartCorner { get; set; }

Visual Basic

Public Property StartCorner As ProfileViewStartCornerType
	Get
	Set

Visual C++

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

See Also