Gets the object id of the view frame group it belongs to.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public ObjectId GroupId { get; }
VB
Public ReadOnly Property GroupId As ObjectId Get
C++
public: property ObjectId GroupId { ObjectId get (); }