Share

SectionViewGroupCreationPlacementOptions.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.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

String

Exceptions

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

See Also

Reference

Was this information helpful?