Returns The ObjectId of the MatchLineLabelGroup on the specified side in ViewFrameGroup.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public static ObjectId GetLabelGroupIdBySide(
	ObjectId viewFrameGroupId,
	EntitySideType side
)
Visual Basic
Public Shared Function GetLabelGroupIdBySide ( _
	viewFrameGroupId As ObjectId, _
	side As EntitySideType _
) As ObjectId
Visual C++
public:
static ObjectId GetLabelGroupIdBySide(
	ObjectId viewFrameGroupId, 
	EntitySideType side
)

Parameters

viewFrameGroupId
Type: ObjectId
side
Type: Autodesk.Civil..::..EntitySideType

Exceptions

ExceptionCondition
System..::..InvalidOperationException Thrown when the ViewFrameGroup does not contain a MatchLineLabelGroup on the specified side.
System..::..ArgumentException Thrown when the viewFrameGroupId is invalid.

See Also