AttributeCoordinateValue.Coordinate Property
Public Property Coordinate() As Coordinate
This language is not supported or no code example is available.
public Coordinate Coordinate {get; set;}
This language is not supported or no code example is available.
public:
property Coordinate^ Coordinate {
Coordinate^ get( );
void set(
Coordinate^ value
);
}
This language is not supported or no code example is available.
public function get Coordinate() : Coordinate;
public function set Coordinate(value : Coordinate);
This language is not supported or no code example is available.