'Declaration Public Property DotRange As UShort()
'Usage Dim instance As ImGearTIFFMetadata Dim value() As UShort instance.DotRange = value value = instance.DotRange
public ushort[] DotRange {get; set;}
public: __property ushort[]* get_DotRange(); public: __property void set_DotRange( ushort[][]* value );
public: property array<ushort>^ DotRange { array<ushort>^ get(); void set ( array<ushort>^ value); }