ViewFrameGroupGetMatchLineLabelGroupIdBySide Method |
Returns the ObjectId of the MatchLineLabelGroup on the specified side.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId GetMatchLineLabelGroupIdBySide(
EntitySideType side
)
Public Function GetMatchLineLabelGroupIdBySide (
side As EntitySideType
) As ObjectId
public:
ObjectId GetMatchLineLabelGroupIdBySide(
EntitySideType side
)
Parameters
- side EntitySideType
-
Return Value
ObjectId
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the ViewFrameGroup does not contain a MatchLineLabelGroup on the specified side.
|
See Also