Gets root folder ObjectId for specified alignment type
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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
) |
Exceptions
Exception | Condition |
---|
System..::..ArgumentNullException |
Thrown when the database is null
|
See Also