Returns the ObjectId of the MatchLineLabelGroup on the specified side.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public ObjectId GetMatchLineLabelGroupIdBySide(
EntitySideType side
) |
Visual Basic |
---|
Public Function GetMatchLineLabelGroupIdBySide ( _
side As EntitySideType _
) As ObjectId |
Visual C++ |
---|
public:
ObjectId GetMatchLineLabelGroupIdBySide(
EntitySideType side
) |
Exceptions
Exception | Condition |
---|
System..::..InvalidOperationException |
Thrown when the ViewFrameGroup does not contain a MatchLineLabelGroup on the specified side.
|
See Also