Share

SettingsCmdCreateSheets.SettingsCmdSheetCreation Class

Settings for the sheet creation.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsCmdCreateSheetsSettingsCmdSheetCreation


Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public sealed class SettingsCmdSheetCreation : TreeOidWrapper

VB

Public NotInheritable Class SettingsCmdSheetCreation
	Inherits TreeOidWrapper

C++

public ref class SettingsCmdSheetCreation sealed : public TreeOidWrapper

The SettingsCmdCreateSheetsSettingsCmdSheetCreation type exposes the following members.

Properties

 NameDescription
Public propertyAddNetworkLabels Specify whether to copy the pipe network labels to destination drawings.
Public propertyAddToVault Specify whether to add newly created files to Vault.
Public propertyAlignNorthArrow Specify whether to cause the chosen North arrow block to be aligned to North.
Public propertyAlignProfileAndPlanViewType Specify how to align profile and plan view.
Public propertyExistingSheetSetName Specify the existing sheet set file where to add created sheet.
Public propertyNorthArrowBlockName Specify the block that will be rotated as the North arrow block.
Public propertyNumberOfLayoutsPerDrawing Specify the number of layouts to be created in each drawing.
Public propertySheetCreateMethod Specify the sheet create method.
Public propertyUseExistingSheetSet Specify whether to use an existing one or create new sheet set.

See Also

Reference

Was this information helpful?