GetAlignmentRootFolder Method

Gets root folder ObjectId for specified alignment type

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

Syntax

C#

public static ObjectId GetAlignmentRootFolder(
	AlignmentType aType,
	Database database
)

Visual Basic

Public Shared Function GetAlignmentRootFolder ( _
	aType As AlignmentType, _
	database As Database _
) As ObjectId

Visual C++

public:
static ObjectId GetAlignmentRootFolder(
	AlignmentType aType, 
	Database^ database
)

Parameters

aType
Type: Autodesk.Civil.DatabaseServices.AlignmentType
database
Type: Database

Exceptions

ExceptionCondition
System.ArgumentNullException Thrown when the database is null

See Also