MatchLineLabelGroupGetLabelGroupIdBySide Method

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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public static ObjectId GetLabelGroupIdBySide(
	ObjectId viewFrameGroupId,
	EntitySideType side
)

Parameters

viewFrameGroupId  ObjectId
 
side  EntitySideType
 

Return Value

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