Selerix Developer Tools
IncrementStudentStatistics(Relationship,Boolean) Method






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > CensusStatistics Class : IncrementStudentStatistics(Relationship,Boolean) Method
The rel.
if set to true [is student].
Increments the student statistics.
Syntax
'Declaration
 
Public Sub IncrementStudentStatistics( _
   ByVal rel As Relationship, _
   ByVal isStudent As Boolean _
) 
'Usage
 
Dim instance As CensusStatistics
Dim rel As Relationship
Dim isStudent As Boolean
 
instance.IncrementStudentStatistics(rel, isStudent)
public void IncrementStudentStatistics( 
   Relationship rel,
   bool isStudent
)
public procedure IncrementStudentStatistics( 
    rel: Relationship;
    isStudent: Boolean
); 
public function IncrementStudentStatistics( 
   rel : Relationship,
   isStudent : boolean
);
public: void IncrementStudentStatistics( 
   Relationship rel,
   bool isStudent
) 
public:
void IncrementStudentStatistics( 
   Relationship rel,
   bool isStudent
) 

Parameters

rel
The rel.
isStudent
if set to true [is student].
See Also

Reference

CensusStatistics Class
CensusStatistics Members