Gets a string array that contains all the layouts of drawing in templateFilePath.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public string[] GetAvailableLayoutNames( string templateFilePath )
VB
Public Function GetAvailableLayoutNames ( templateFilePath As String ) As String()
C++
public: array<String^>^ GetAvailableLayoutNames( String^ templateFilePath )
Parameters
- templateFilePath String
- Specifies the drawing template file path and name.
Return Value
StringExceptions
Exception | Condition |
---|---|
[!:System.ArgumentException] | Thrown when the templateFilePath is invalid. |