Returns The ObjectId of the MatchLineLabelGroup on the specified side in ViewFrameGroup.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public static ObjectId GetLabelGroupIdBySide( ObjectId viewFrameGroupId, EntitySideType side )
VB
Public Shared Function GetLabelGroupIdBySide ( viewFrameGroupId As ObjectId, side As EntitySideType ) As ObjectId
C++
public: static ObjectId GetLabelGroupIdBySide( ObjectId viewFrameGroupId, EntitySideType side )
Parameters
- viewFrameGroupId ObjectId
- side EntitySideType
Return Value
ObjectIdExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the ViewFrameGroup does not contain a MatchLineLabelGroup on the specified side. |
ArgumentException | Thrown when the viewFrameGroupId is invalid. |