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.4.208.0
Syntax
C#
public static ObjectId GetNonAlignmentRootFolder( RXClass rxClass, Database database )
Visual Basic
Public Shared Function GetNonAlignmentRootFolder ( _ rxClass As RXClass, _ database As Database _ ) As ObjectId
Visual C++
public: static ObjectId GetNonAlignmentRootFolder( RXClass^ rxClass, Database^ database )
Parameters
- rxClass
- Type: RXClass
- database
- Type: Database
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Thrown when the rxClass is not within the supported list |
System.ArgumentNullException | Thrown when the rxClass is null Thrown when the database is null |