DrillDown Constructor (MapDataPlot, DrillDownDrillDownTypeDef) |
|
DataPA OpenAnalytics API Reference
Creates and returns a new DrillDown object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DrillDown(
MapDataPlot Parent,
DrillDownDrillDownTypeDef Type
)
Public Sub New (
Parent As MapDataPlot,
Type As DrillDownDrillDownTypeDef
)
public:
DrillDown(
MapDataPlot^ Parent,
DrillDownDrillDownTypeDef Type
)
DataPAEnterpriseDashboard.DrillDown = function(Parent, Type);
Parameters
- Parent
- Type: DataPAEnterpriseDashboardMapDataPlot
An object that represents the parent of this object. - Type
- Type: DataPAEnterpriseDashboardDrillDownDrillDownTypeDef
The type of drill down.
Remarks See Also