Specifies a drawing template with layout name for new SectionViewGroup which can be used for creating production-ready section sheets.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public void UseProductionPlacement(
string templateFilePath,
string layoutName
) |
Visual Basic |
---|
Public Sub UseProductionPlacement ( _
templateFilePath As String, _
layoutName As String _
) |
Visual C++ |
---|
public:
void UseProductionPlacement(
String^ templateFilePath,
String^ layoutName
) |
Parameters
- templateFilePath
- Type: System..::..String
Specifies the drawing template file path and name.
- layoutName
- Type: System..::..String
Specifies the layout name in the drawing template file.
Exceptions
Exception | Condition |
---|
[!:System.ArgumentException] |
Thrown when:
- The templateFilePath is invalid.
- The layoutName is not defined in templateFilePath.
|
See Also