FolderUtilGetAlignmentRootFolder Method |
Gets root folder ObjectId for specified alignment type
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static ObjectId GetAlignmentRootFolder(
AlignmentType aType,
Database database
)
Public Shared Function GetAlignmentRootFolder (
aType As AlignmentType,
database As Database
) As ObjectId
public:
static ObjectId GetAlignmentRootFolder(
AlignmentType aType,
Database^ database
)
Parameters
- aType AlignmentType
-
- database Database
-
Return Value
ObjectId
ExceptionsException | Condition |
---|
ArgumentNullException |
Thrown when the database is null
|
See Also