Message 1 of 9
How can i get unit of area in Ilogic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys
I don't know how to get unit of area (SF) in Ilogic
this my code
Dim C as Double
C = iProperties.Area
iProperties.Value("Custom", "AREA") = Round(C, 2)
Everybody has idea this problem
Thanks all