Gets the mapped y coordinate of the annotation currently being imported. Setting this property will modify the y position of the imported annotation.
Syntax
public int NewY {get; set;}
public: __property int get_NewY();
public: __property void set_NewY(
int value
);
public:
property int NewY {
int get();
void set ( int value);
}
See Also