FolderUtilGetNonAlignmentRootFolder Method |
Gets root folder ObjectId for non-alignment type
Supported list: surface, pipe network, pressure network, corridor, view frame group, intersection
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static ObjectId GetNonAlignmentRootFolder(
RXClass rxClass,
Database database
)
Public Shared Function GetNonAlignmentRootFolder (
rxClass As RXClass,
database As Database
) As ObjectId
public:
static ObjectId GetNonAlignmentRootFolder(
RXClass^ rxClass,
Database^ database
)
Parameters
- rxClass RXClass
-
- database Database
-
Return Value
ObjectId
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the rxClass is not within the supported list
|
ArgumentNullException |
Thrown when the rxClass is null
Thrown when the database is null
|
See Also