Print df.extent

3781
3
Jump to solution
02-27-2015 11:17 AM
PROBERT68
Frequent Contributor

So when I write this code

df = arcpy.mapping.ListDataFrames(mxd,"Layers")[0] print df.extent

 

In return the numbers showed me

 

238135.744094489 3606562.79790026 494041.255905512 3787829.20209974 NaN NaN NaN NaN

 

What does NaN NaN NaN NaN   mean ?

 

Is it  laughing at me ??  No, I know !

 

what does it mean, BTW !

 

Thanks

0 Kudos
1 Solution

Accepted Solutions
MelitaKennedy
Esri Notable Contributor

Uh, look at the help?

Extent  ({XMin}, {YMin}, {XMax}, {YMax}, {ZMin}, {ZMax}, {MMin}, {MMax})

View solution in original post

3 Replies
MelitaKennedy
Esri Notable Contributor

Uh, look at the help?

Extent  ({XMin}, {YMin}, {XMax}, {YMax}, {ZMin}, {ZMax}, {MMin}, {MMax})

PROBERT68
Frequent Contributor

Ugh oh okay I  can see why ...thanks !

0 Kudos
MelitaKennedy
Esri Notable Contributor

Sometimes the answer's there (sometimes it's not)!