Specify the existing sheet set file where to add created sheet.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyString ExistingSheetSetName { get; }
VB
Public ReadOnly Property ExistingSheetSetName As PropertyString Get
C++
public: property PropertyString^ ExistingSheetSetName { PropertyString^ get (); }