GetViewFrameGroupIds Method

Gets the objectId collection of all view frame groups in the drawing.

Namespace: Autodesk.Civil.ApplicationServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public ObjectIdCollection GetViewFrameGroupIds()

Visual Basic

Public Function GetViewFrameGroupIds As ObjectIdCollection

Visual C++

public:
ObjectIdCollection^ GetViewFrameGroupIds()

See Also