Gets root folder ObjectId for specified alignment type
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public static ObjectId GetAlignmentRootFolder( AlignmentType aType, Database database )
VB
Public Shared Function GetAlignmentRootFolder ( aType As AlignmentType, database As Database ) As ObjectId
C++
public: static ObjectId GetAlignmentRootFolder( AlignmentType aType, Database^ database )
Parameters
- aType AlignmentType
- database Database
Return Value
ObjectIdExceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when the database is null |