DataPA Enterprise Dashboard Controls API Reference
Gets cloned copy of this object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public GaugeData Clone { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Clone As GaugeData
Get |
| Visual C++ |
|---|
public:
virtual property GaugeData^ Clone {
GaugeData^ get () sealed;
} |
Return Value
Type:
GaugeDataA cloned copy of this object.
Implements
GaugeData..::.._GaugeData..::..CloneRemarks
See Also