Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
public LeadPoint[] Data {get; set;}
'Declaration
Public Property Data As LeadPoint()
'Usage
Dim instance As SearchRegistrationMarksCommandData Dim value() As LeadPoint instance.Data = value value = instance.Data
public LeadPoint[] Data {get; set;}
@property (nonatomic, copy, nullable) NSArray<NSValue *> *data //LeadPoint
public LeadPoint[] getData() public void setData(LeadPoint[] value)
<br/>get_Data();<br/>set_Data(value);<br/>Object.defineProperty('Data');
public: property array<LeadPoint>^ Data { array<LeadPoint>^ get(); void set ( array<LeadPoint>^ value); }