SectionViewGroupCreationPlacementOptionsGetAvailableLayoutNames 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.8.0.292
Syntax
public string[] GetAvailableLayoutNames(
	string templateFilePath
)

Parameters

templateFilePath  String
Specifies the drawing template file path and name.

Return Value

String
Exceptions
ExceptionCondition
[!:System.ArgumentException] Thrown when the templateFilePath is invalid.
See Also