Share

MultipleProfileViewsCreationOptions.StartCorner Property

Specifies the start corner when creating multiple ProfileViews.



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

Syntax

C#

public ProfileViewStartCornerType StartCorner { get; set; }

VB

Public Property StartCorner As ProfileViewStartCornerType
	Get
	Set

C++

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

Property Value

ProfileViewStartCornerType

See Also

Reference

Was this information helpful?