AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code

◆ GetName()

void SdsId::GetName ( char *const  name,
StatusType *const  status 
) const
inline

Return the name of the SDS item.

Just return the name of the underlying SDS item.

Note that if you want more then one of the items returned by SdsId::GetName, SdsId::Code and SdsId::Dims, then use SdsId::Info, it is more efficent.

See also
SdsId::Info
SdsInfo()
Parameters
nameThe name of the SDS item is returned here. There should be space for SDS_C_NAMELEN (16) 16 bytes.
statusInherited status.