Gets or sets the array of the xy coordinate values.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Coordinates As Integer() |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IccChannelCoordinates
Dim value() As Integer
instance.Coordinates = value
value = instance.Coordinates
|
C# | |
---|
public int[] Coordinates {get; set;} |
Managed Extensions for C++ | |
---|
public: __property int[]* get_Coordinates();
public: __property void set_Coordinates(
int[]* value
); |
C++/CLI | |
---|
public:
property array<int>^ Coordinates {
array<int>^ get();
void set (intarray<value>^ value);
} |
Return Value
Array that contains the xy coordinate value.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also