Share

FolderUtil.GetNonAlignmentRootFolder 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.280

Syntax

C#

public static ObjectId GetNonAlignmentRootFolder(
	RXClass rxClass,
	Database database
)

VB

Public Shared Function GetNonAlignmentRootFolder ( 
	rxClass As RXClass,
	database As Database
) As ObjectId

C++

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

Reference

Was this information helpful?