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.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public static ObjectId GetNonAlignmentRootFolder(
	RXClass rxClass,
	Database database
)

Parameters

rxClass  RXClass
 
database  Database
 

Return Value

ObjectId
Exceptions
ExceptionCondition
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