Gets a string array that contains all the layouts of drawing in templateFilePath.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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
Exception | Condition |
---|
[!:System.ArgumentException] |
Thrown when the templateFilePath is invalid.
|
See Also