Share

ViewFrameGroup.GetMatchLineLabelGroupIdBySide Method

Returns the ObjectId of the MatchLineLabelGroup on the specified side.



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

Syntax

C#

public ObjectId GetMatchLineLabelGroupIdBySide(
	EntitySideType side
)

VB

Public Function GetMatchLineLabelGroupIdBySide ( 
	side As EntitySideType
) As ObjectId

C++

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

Reference

Was this information helpful?