Specify the type of sheet what will be created.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyEnum<SheetSetType> SheetType { get; }
VB
Public ReadOnly Property SheetType As PropertyEnum(Of SheetSetType) Get
C++
public: property PropertyEnum<SheetSetType>^ SheetType { PropertyEnum<SheetSetType>^ get (); }