Returns The ObjectId of the MatchLineLabelGroup on the specified side in ViewFrameGroup.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public static ObjectId GetLabelGroupIdBySide( ObjectId viewFrameGroupId, EntitySideType side )
Visual Basic
Public Shared Function GetLabelGroupIdBySide ( _ viewFrameGroupId As ObjectId, _ side As EntitySideType _ ) As ObjectId
Visual C++
public: static ObjectId GetLabelGroupIdBySide( ObjectId viewFrameGroupId, EntitySideType side )
Exceptions
Exception | Condition |
---|---|
System.InvalidOperationException | Thrown when the ViewFrameGroup does not contain a MatchLineLabelGroup on the specified side. |
System.ArgumentException | Thrown when the viewFrameGroupId is invalid. |