Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.7
|
Leadtools.Jpeg2000 Namespace > GmlData Class : Data Property |
public List<GmlElement> Data {get; set;}
'Declaration Public Property Data As List(Of GmlElement)
'Usage Dim instance As GmlData Dim value As List(Of GmlElement) instance.Data = value value = instance.Data
public: property List<GmlElement>^ Data { List<GmlElement>^ get(); void set ( List<GmlElement>^ value); }