Gets file name and layout name for the sheet of the ViewFrame.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public string Sheet { get; }
VB
Public ReadOnly Property Sheet As String Get
C++
public: property String^ Sheet { String^ get (); }