GetMatchLineLabelGroupIdBySide Method

Returns the ObjectId of the MatchLineLabelGroup on the specified side.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: 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

ExceptionCondition
System.InvalidOperationException Thrown when the ViewFrameGroup does not contain a MatchLineLabelGroup on the specified side.

See Also