SectionViewGroupCreationPlacementOptionsUseProductionPlacement Method |
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.8.0.292
Syntaxpublic void UseProductionPlacement(
string templateFilePath,
string layoutName
)
Public Sub UseProductionPlacement (
templateFilePath As String,
layoutName As String
)
public:
void UseProductionPlacement(
String^ templateFilePath,
String^ layoutName
)
Parameters
- templateFilePath String
- Specifies the drawing template file path and name.
- layoutName String
- Specifies the layout name in the drawing template file.
ExceptionsException | Condition |
---|
[!:System.ArgumentException] |
Thrown when:
- The templateFilePath is invalid.
- The layoutName is not defined in templateFilePath.
|
See Also