ViewFrame Class

View frames are rectangular-shaped regions along an alignment that define an area that will be displayed in a sheet.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public sealed class ViewFrame : GeoEntity

Visual Basic

Public NotInheritable Class ViewFrame _
	Inherits GeoEntity

Visual C++

public ref class ViewFrame sealed : public GeoEntity

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Entity
              Curve
                Entity
                  Autodesk.Civil.DatabaseServices.Entity
                    Autodesk.Civil.DatabaseServices.GeoEntity
                      Autodesk.Civil.DatabaseServices.ViewFrame

See Also