Changes between Version 2 and Version 3 of CodeSnippets/GetStaticExtents
- Timestamp:
- 10/15/08 20:41:00 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodeSnippets/GetStaticExtents
v2 v3 37 37 IPolygon retpolygon; 38 38 ISelectAggregates pselagree = (ISelectAggregates)FDOConnection.CreateCommand(CommandType.CommandType_SelectAggregates); 39 pselagree.SetFeatureClassName(System.IO.Path.GetFileNameWithoutExtension(OpenedFile)); 39 pselagree.SetFeatureClassName(System.IO.Path.GetFileNameWithoutExtension(OpenedFile)); // Path and name of the shape file.... 40 40 41 41 IdentifierCollection props = pselagree.PropertyNames;