ProfileCrestCurveLabelGroupGetAvailableLabelGroupIds Method |
Returns an ObjectIdCollection of all ProfileCrestCurveLabelGroup objects on the Profile in the specified ProfileView.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static ObjectIdCollection GetAvailableLabelGroupIds(
ObjectId profileViewId,
ObjectId profileId
)
Public Shared Function GetAvailableLabelGroupIds (
profileViewId As ObjectId,
profileId As ObjectId
) As ObjectIdCollection
public:
static ObjectIdCollection^ GetAvailableLabelGroupIds(
ObjectId profileViewId,
ObjectId profileId
)
Parameters
- profileViewId ObjectId
- The ObjectId of the ProfileView where the label groups are located.
- profileId ObjectId
- The ObjectId of the Profile where the label groups are located.
Return Value
ObjectIdCollection
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the profileId or profileViewId is invalid.
|
See Also