Click here for NewsObjects Overview
SubjectCount Property (Story Control)
Windows - Visual C++


Read only

Description
The SubjectCount property returns the number of unique subject codes in the story.

Syntax
long lSubjectCount = GetSubjectCount ();

The GetSubjectCount syntax has these parts:

Part

Description

lSubjectCount

Long value set to the number of unique subject codes in a story.

Remarks

Subject codes are found in the meta-data of a story. These codes are preceded by the keyword "SUBJECT:"

See Also: TickerCount 

Back to: Story Properties