'Declaration
Public Function GetStudentStatistics( _ ByVal rel As Relationship, _ ByVal isStudent As Boolean _ ) As Integer
'Usage
Dim instance As CensusStatistics Dim rel As Relationship Dim isStudent As Boolean Dim value As Integer value = instance.GetStudentStatistics(rel, isStudent)
public int GetStudentStatistics( Relationship rel, bool isStudent )
public function GetStudentStatistics( rel: Relationship; isStudent: Boolean ): Integer;
public function GetStudentStatistics( rel : Relationship, isStudent : boolean ) : int;
public: int GetStudentStatistics( Relationship rel, bool isStudent )
public: int GetStudentStatistics( Relationship rel, bool isStudent )
Parameters
- rel
- The relationship.
- isStudent
- if set to
true
[is student].