Returns the ObjectId of the MatchLineLabelGroup on the specified side.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public ObjectId GetMatchLineLabelGroupIdBySide( EntitySideType side )
Visual Basic
Public Function GetMatchLineLabelGroupIdBySide ( _ side As EntitySideType _ ) As ObjectId
Visual C++
public: ObjectId GetMatchLineLabelGroupIdBySide( EntitySideType side )
Parameters
- side
- Type: Autodesk.Civil.EntitySideType
Exceptions
Exception | Condition |
---|---|
System.InvalidOperationException | Thrown when the ViewFrameGroup does not contain a MatchLineLabelGroup on the specified side. |