MapDataPlotParent Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the parent of this MapDataPlot
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public MapDataPlots Parent { get; set; }
Public Property Parent As MapDataPlots
Get
Set
public:
virtual property MapDataPlots^ Parent {
MapDataPlots^ get () sealed;
void set (MapDataPlots^ value) sealed;
}
function get_Parent();
function set_Parent(value);
Return Value
Type:
MapDataPlotsThe parent of this MapDataPlot
Implements
MapDataPlot_MapDataPlotParentSee Also