.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Raster Image position

8 REPLIES 8
Reply
Message 1 of 9
Anonymous
603 Views, 8 Replies

Raster Image position

I'm trying to insert and position a raster image in the current drawing. I
tried to change RasterImage.Position but its read only. I've looked through
the other object properties and wasn't able to find anything to tell the
raster image where to be inserted.

I'm using Map 2008.

-Anthony
8 REPLIES 8
Message 2 of 9
Anonymous
in reply to: Anonymous

Just a guess, but I think you might want to look at the Orientation
property. It looks like what you want in the ARX help docs.

--

Tim
"A blind man lets nothing block his vision."


"Anthony" wrote in message
news:5745883@discussion.autodesk.com...
I'm trying to insert and position a raster image in the current drawing. I
tried to change RasterImage.Position but its read only. I've looked through
the other object properties and wasn't able to find anything to tell the
raster image where to be inserted.

I'm using Map 2008.

-Anthony
Message 3 of 9
Anonymous
in reply to: Anonymous

Yup that was the answer. Now to figure out why it keeps showing up as
"unreferenced" in the external references tab.

-Anthony

wrote in message news:5746010@discussion.autodesk.com...
Just a guess, but I think you might want to look at the Orientation
property. It looks like what you want in the ARX help docs.

--

Tim
"A blind man lets nothing block his vision."


"Anthony" wrote in message
news:5745883@discussion.autodesk.com...
I'm trying to insert and position a raster image in the current drawing. I
tried to change RasterImage.Position but its read only. I've looked through
the other object properties and wasn't able to find anything to tell the
raster image where to be inserted.

I'm using Map 2008.

-Anthony
Message 4 of 9
Anonymous
in reply to: Anonymous

Glad I could help on one of the problems. I wonder if you have to add
something to the RasterImageDef to let it know that is has been added to the
drawing. I did something that look at the raster images within the drawing,
and had to go about it the lisp way with C#. Tony T. helped me out a lot,
and I think the conversation was here, so it might help you if you get
stuck. Mine was more retrieving information, not putting, so it may not be
of any help either. If I have time I will search and post a link.

--

Tim
"A blind man lets nothing block his vision."


"Anthony" wrote in message
news:5746173@discussion.autodesk.com...
Yup that was the answer. Now to figure out why it keeps showing up as
"unreferenced" in the external references tab.

-Anthony

wrote in message news:5746010@discussion.autodesk.com...
Just a guess, but I think you might want to look at the Orientation
property. It looks like what you want in the ARX help docs.

--

Tim
"A blind man lets nothing block his vision."


"Anthony" wrote in message
news:5745883@discussion.autodesk.com...
I'm trying to insert and position a raster image in the current drawing. I
tried to change RasterImage.Position but its read only. I've looked through
the other object properties and wasn't able to find anything to tell the
raster image where to be inserted.

I'm using Map 2008.

-Anthony
Message 5 of 9
Anonymous
in reply to: Anonymous

Here is a link the conversation between Tony T. and myself.

http://discussion.autodesk.com/thread.jspa?messageID=5649679

After looking at it again, I don't think it would be much help, but a good
read to learn somethings from, at least for me it was.

--

Tim
"A blind man lets nothing block his vision."


wrote in message news:5746275@discussion.autodesk.com...
Glad I could help on one of the problems. I wonder if you have to add
something to the RasterImageDef to let it know that is has been added to the
drawing. I did something that look at the raster images within the drawing,
and had to go about it the lisp way with C#. Tony T. helped me out a lot,
and I think the conversation was here, so it might help you if you get
stuck. Mine was more retrieving information, not putting, so it may not be
of any help either. If I have time I will search and post a link.

--

Tim
"A blind man lets nothing block his vision."


"Anthony" wrote in message
news:5746173@discussion.autodesk.com...
Yup that was the answer. Now to figure out why it keeps showing up as
"unreferenced" in the external references tab.

-Anthony

wrote in message news:5746010@discussion.autodesk.com...
Just a guess, but I think you might want to look at the Orientation
property. It looks like what you want in the ARX help docs.

--

Tim
"A blind man lets nothing block his vision."


"Anthony" wrote in message
news:5745883@discussion.autodesk.com...
I'm trying to insert and position a raster image in the current drawing. I
tried to change RasterImage.Position but its read only. I've looked through
the other object properties and wasn't able to find anything to tell the
raster image where to be inserted.

I'm using Map 2008.

-Anthony
Message 6 of 9
Anonymous
in reply to: Anonymous

Thanks Tim, I appreciate the help!

-Anthony

wrote in message news:5746320@discussion.autodesk.com...
Here is a link the conversation between Tony T. and myself.

http://discussion.autodesk.com/thread.jspa?messageID=5649679

After looking at it again, I don't think it would be much help, but a good
read to learn somethings from, at least for me it was.

--

Tim
"A blind man lets nothing block his vision."


wrote in message news:5746275@discussion.autodesk.com...
Glad I could help on one of the problems. I wonder if you have to add
something to the RasterImageDef to let it know that is has been added to the
drawing. I did something that look at the raster images within the drawing,
and had to go about it the lisp way with C#. Tony T. helped me out a lot,
and I think the conversation was here, so it might help you if you get
stuck. Mine was more retrieving information, not putting, so it may not be
of any help either. If I have time I will search and post a link.

--

Tim
"A blind man lets nothing block his vision."


"Anthony" wrote in message
news:5746173@discussion.autodesk.com...
Yup that was the answer. Now to figure out why it keeps showing up as
"unreferenced" in the external references tab.

-Anthony

wrote in message news:5746010@discussion.autodesk.com...
Just a guess, but I think you might want to look at the Orientation
property. It looks like what you want in the ARX help docs.

--

Tim
"A blind man lets nothing block his vision."


"Anthony" wrote in message
news:5745883@discussion.autodesk.com...
I'm trying to insert and position a raster image in the current drawing. I
tried to change RasterImage.Position but its read only. I've looked through
the other object properties and wasn't able to find anything to tell the
raster image where to be inserted.

I'm using Map 2008.

-Anthony
Message 7 of 9
Anonymous
in reply to: Anonymous

You're welcome Anthony. I hope you get what your looking for.

--

Tim
"A blind man lets nothing block his vision."


"Anthony" wrote in message
news:5748166@discussion.autodesk.com...
Thanks Tim, I appreciate the help!

-Anthony

wrote in message news:5746320@discussion.autodesk.com...
Here is a link the conversation between Tony T. and myself.

http://discussion.autodesk.com/thread.jspa?messageID=5649679

After looking at it again, I don't think it would be much help, but a good
read to learn somethings from, at least for me it was.

--

Tim
"A blind man lets nothing block his vision."


wrote in message news:5746275@discussion.autodesk.com...
Glad I could help on one of the problems. I wonder if you have to add
something to the RasterImageDef to let it know that is has been added to the
drawing. I did something that look at the raster images within the drawing,
and had to go about it the lisp way with C#. Tony T. helped me out a lot,
and I think the conversation was here, so it might help you if you get
stuck. Mine was more retrieving information, not putting, so it may not be
of any help either. If I have time I will search and post a link.

--

Tim
"A blind man lets nothing block his vision."


"Anthony" wrote in message
news:5746173@discussion.autodesk.com...
Yup that was the answer. Now to figure out why it keeps showing up as
"unreferenced" in the external references tab.

-Anthony

wrote in message news:5746010@discussion.autodesk.com...
Just a guess, but I think you might want to look at the Orientation
property. It looks like what you want in the ARX help docs.

--

Tim
"A blind man lets nothing block his vision."


"Anthony" wrote in message
news:5745883@discussion.autodesk.com...
I'm trying to insert and position a raster image in the current drawing. I
tried to change RasterImage.Position but its read only. I've looked through
the other object properties and wasn't able to find anything to tell the
raster image where to be inserted.

I'm using Map 2008.

-Anthony
Message 8 of 9
Anonymous
in reply to: Anonymous

Hi Anthony
I run into the same "unreferenced" problem you described at the end, did you solve it?, I will appreciate any hint.

Thanks

Raul
Message 9 of 9
Anonymous
in reply to: Anonymous

Nope, but it didn't seem to have a negative impact on anything so I just let
it be.

-A

wrote in message news:5791248@discussion.autodesk.com...
Hi Anthony
I run into the same "unreferenced" problem you described at the end, did you
solve it?, I will appreciate any hint.

Thanks

Raul

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Forma Design Contest


Autodesk Design & Make Report