ViewFrameGroupGetMatchLineLabelGroupIdBySide Method

Returns the ObjectId of the MatchLineLabelGroup on the specified side.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public ObjectId GetMatchLineLabelGroupIdBySide(
	EntitySideType side
)

Parameters

side  EntitySideType
 

Return Value

ObjectId
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the ViewFrameGroup does not contain a MatchLineLabelGroup on the specified side.
See Also