getPoint in CSharp

getPoint in CSharp

Anonymous
Not applicable
268 Views
2 Replies
Message 1 of 3

getPoint in CSharp

Anonymous
Not applicable
hi,
In VB i could use
dim pt as double() = getPoint(, "Insert Point) and just put a ","
when first parameter was not needed.

However, CSharp does not allow me to put just "," as the
first argument. Is there anyway i can avoid it.

Thanks
Irfan
0 Likes
269 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable

Check out.

Object optional = System.Type.Missing;

 


hi,
In VB i could use
dim
pt as double() = getPoint(, "Insert Point) and just put a ","
when first
parameter was not needed.

However, CSharp does not allow me to put just
"," as the
first argument. Is there anyway i can avoid
it.

Thanks
Irfan
0 Likes
Message 3 of 3

Anonymous
Not applicable
Many thanks for your reply.

Irfan
0 Likes