Changes between Version 2 and Version 3 of CodeSnippets/GetStaticExtents


Ignore:
Timestamp:
Oct 15, 2008, 8:41:00 PM (16 years ago)
Author:
ShaikEsu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeSnippets/GetStaticExtents

    v2 v3  
    3737            IPolygon retpolygon;
    3838            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....
    4040           
    4141            IdentifierCollection props = pselagree.PropertyNames;