SectionViewGroupCreationPlacementOptionsGetAvailableLayoutNames Method |
Gets a string array that contains all the layouts of drawing in templateFilePath.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic string[] GetAvailableLayoutNames(
string templateFilePath
)
Public Function GetAvailableLayoutNames (
templateFilePath As String
) As String()
public:
array<String^>^ GetAvailableLayoutNames(
String^ templateFilePath
)
Parameters
- templateFilePath String
- Specifies the drawing template file path and name.
Return Value
String
ExceptionsException | Condition |
---|
[!:System.ArgumentException] |
Thrown when the templateFilePath is invalid.
|
See Also