Share

MatchLineLabelGroup.GetLabelGroupIdBySide Method

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



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

Syntax

C#

public static ObjectId GetLabelGroupIdBySide(
	ObjectId viewFrameGroupId,
	EntitySideType side
)

VB

Public Shared Function GetLabelGroupIdBySide ( 
	viewFrameGroupId As ObjectId,
	side As EntitySideType
) As ObjectId

C++

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

Reference

Was this information helpful?