'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].