MatchLineLabelGroupGetLabelGroupIdBySide Method |
Returns The ObjectId of the MatchLineLabelGroup on the specified side in ViewFrameGroup.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic static ObjectId GetLabelGroupIdBySide(
ObjectId viewFrameGroupId,
EntitySideType side
)
Public Shared Function GetLabelGroupIdBySide (
viewFrameGroupId As ObjectId,
side As EntitySideType
) As ObjectId
public:
static ObjectId GetLabelGroupIdBySide(
ObjectId viewFrameGroupId,
EntitySideType side
)
Parameters
- viewFrameGroupId ObjectId
-
- side EntitySideType
-
Return Value
ObjectId
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the ViewFrameGroup does not contain a MatchLineLabelGroup on the specified side.
|
ArgumentException |
Thrown when the viewFrameGroupId is invalid.
|
See Also