FolderUtilGetAlignmentRootFolder Method

Gets root folder ObjectId for specified alignment type

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public static ObjectId GetAlignmentRootFolder(
	AlignmentType aType,
	Database database
)

Parameters

aType  AlignmentType
 
database  Database
 

Return Value

ObjectId
Exceptions
ExceptionCondition
ArgumentNullException Thrown when the database is null
See Also