CuesService.GetCue Method [AX 2012]
Gets the cue for either the cue ID or the modeled cue name.
public CueData GetCue(
int64 cueId,
int64 cueGroupId,
str modeledCueName)
Run On
ServerParameters
- cueId
- Type: int64
The cue ID.
- cueGroupId
- Type: int64
The cue group the cue is in.
- modeledCueName
- Type: str
The name of the modeled cue.
Return Value
Type: CueData ClassThe CueData if it exists; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).
Community Additions
ADD
Show: