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