Adding raster image

Adding raster image

Anonymous
Not applicable
179 Views
1 Reply
Message 1 of 2

Adding raster image

Anonymous
Not applicable
I'm wondering how I would add a raster image of a drawing at a set of specific coordinates (say 1060,160). I am fairly close I think. I have:
Dim stmppt(0 To 1) As Variant
stmppt(0) = 1060
stmppt(1) = 160
Set newstmp = Thisdrawing.ModelSpace.AddRaster("N:\10 ANC\photo0005.JPG", stmppt, 400, 0)

Any help would be appreciated. Thanks.
0 Likes
180 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Sorry, never mind - i figured it out already.
*Slaps self*
0 Likes