This class encapsulates the placement options for creating SectionViewGroup.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesSectionViewGroupCreationPlacementOptions
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class SectionViewGroupCreationPlacementOptions
VB
Public Class SectionViewGroupCreationPlacementOptions
C++
public ref class SectionViewGroupCreationPlacementOptions
The SectionViewGroupCreationPlacementOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SectionViewGroupCreationPlacementOptions | Constructor for SectionViewGroupCreationPlacementOptions. |
Properties
Name | Description | |
---|---|---|
![]() | LayoutName | Gets the layout name within template file path. |
![]() | PlacementOption | Gets the placement option type. |
![]() | TemplateFilePath | Gets the template file path. |
Methods
Name | Description | |
---|---|---|
![]() | GetAvailableLayoutNames | Gets a string array that contains all the layouts of drawing in templateFilePath. |
![]() | UseDraftPlacement | Make the section views in SectionViewGroup be created in a grid in model space without using a template. |
![]() | UseProductionPlacement | Specifies a drawing template with layout name for new SectionViewGroup which can be used for creating production-ready section sheets. |