FolderUtilGetAlignmentRootFolder Method |
Gets root folder ObjectId for specified alignment type
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
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
Exceptions
See Also