Selerix Developer Tools
GetPlanByTierRawStatistic Method






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > CensusStatistics Class : GetPlanByTierRawStatistic Method
The name of the plan.
Gets the plan by tier raw statistic.
Syntax
'Declaration
 
Public Function GetPlanByTierRawStatistic( _
   ByVal planName As String _
) As ArrayList
'Usage
 
Dim instance As CensusStatistics
Dim planName As String
Dim value As ArrayList
 
value = instance.GetPlanByTierRawStatistic(planName)
public ArrayList GetPlanByTierRawStatistic( 
   string planName
)
public function GetPlanByTierRawStatistic( 
    planName: String
): ArrayList; 
public function GetPlanByTierRawStatistic( 
   planName : String
) : ArrayList;
public: ArrayList* GetPlanByTierRawStatistic( 
   string* planName
) 
public:
ArrayList^ GetPlanByTierRawStatistic( 
   String^ planName
) 

Parameters

planName
The name of the plan.

Return Value

result
See Also

Reference

CensusStatistics Class
CensusStatistics Members