Share

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

 NameDescription
Public methodSectionViewGroupCreationPlacementOptions Constructor for SectionViewGroupCreationPlacementOptions.

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.

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.

See Also

Reference

Was this information helpful?