SectionViewGroupCreationPlacementOptions Class

This class encapsulates the placement options for creating SectionViewGroup.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesSectionViewGroupCreationPlacementOptions

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public class SectionViewGroupCreationPlacementOptions

The SectionViewGroupCreationPlacementOptions type exposes the following members.

Constructors
 NameDescription
Public methodSectionViewGroupCreationPlacementOptions Constructor for SectionViewGroupCreationPlacementOptions.
Top
Properties
 NameDescription
Public propertyLayoutName Gets the layout name within template file path.
Public propertyPlacementOption Gets the placement option type.
Public propertyTemplateFilePath Gets the template file path.
Top
Methods
 NameDescription
Public methodGetAvailableLayoutNames Gets a string array that contains all the layouts of drawing in templateFilePath.
Public methodUseDraftPlacement Make the section views in SectionViewGroup be created in a grid in model space without using a template.
Public methodUseProductionPlacement Specifies a drawing template with layout name for new SectionViewGroup which can be used for creating production-ready section sheets.
Top
See Also