GetAvailableLayoutNames Method

Gets a string array that contains all the layouts of drawing in templateFilePath.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public string[] GetAvailableLayoutNames(
	string templateFilePath
)

Visual Basic

Public Function GetAvailableLayoutNames ( _
	templateFilePath As String _
) As String()

Visual C++

public:
array<String^>^ GetAvailableLayoutNames(
	String^ templateFilePath
)

Parameters

templateFilePath
Type: System.String
Specifies the drawing template file path and name.

Exceptions

ExceptionCondition
[!:System.ArgumentException] Thrown when the templateFilePath is invalid.

See Also