This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.portablecore.buildingindexshapefilefeaturesourceeventargs [2015/09/21 08:04] admin |
thinkgeo.mapsuite.portablecore.buildingindexshapefilefeaturesourceeventargs [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.Core.BuildingIndexShapeFileFeatureSourceEventArgs ====== | ====== ThinkGeo.MapSuite.Core.BuildingIndexShapeFileFeatureSourceEventArgs ====== | ||
| + | |||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | |||
| This class represents the parameters passed in through the BuildingIndex event in ShapeFileFeatureSource class. | This class represents the parameters passed in through the BuildingIndex event in ShapeFileFeatureSource class. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| Line 9: | Line 12: | ||
| ** {{wiki:PublicMethod.gif|}} BuildingIndexShapeFileFeatureSourceEventArgs() ** | ** {{wiki:PublicMethod.gif|}} BuildingIndexShapeFileFeatureSourceEventArgs() ** | ||
| - | This is the default constructor of the event args. | + | * //This is the default constructor of the event args.// |
| == Remarks == | == Remarks == | ||
| - | If you use this constructor, you have to set the properties manually. | + | * //If you use this constructor, you have to set the properties manually.// |
| == Parameters == | == Parameters == | ||
| <div newline></div> | <div newline></div> | ||
| ** {{wiki:PublicMethod.gif|}} BuildingIndexShapeFileFeatureSourceEventArgs(Int32,Int32,Feature,DateTime,Boolean) ** | ** {{wiki:PublicMethod.gif|}} BuildingIndexShapeFileFeatureSourceEventArgs(Int32,Int32,Feature,DateTime,Boolean) ** | ||
| - | This is the constructor of the event args by passing the desired parameters. | + | * //This is the constructor of the event args by passing the desired parameters.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Parameters == | == Parameters == | ||
| * //recordCount// | * //recordCount// | ||
| Line 43: | Line 46: | ||
| ** {{wiki:PublicMethod.gif|}} BuildingIndexShapeFileFeatureSourceEventArgs(Int32,Int32,Feature,DateTime,Boolean,String) ** | ** {{wiki:PublicMethod.gif|}} BuildingIndexShapeFileFeatureSourceEventArgs(Int32,Int32,Feature,DateTime,Boolean,String) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Parameters == | == Parameters == | ||
| * //recordCount// | * //recordCount// | ||
| Line 65: | Line 68: | ||
| * //cancel// | * //cancel// | ||
| * Type:Boolean | * Type:Boolean | ||
| - | * Description:N/A | ||
| - | |||
| - | * //shapePathFileName// | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} BuildingIndexShapeFileFeatureSourceEventArgs(Int32,Int32,Feature,DateTime,String) ** | ||
| - | |||
| - | N/A | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | == Parameters == | ||
| - | * //recordCount// | ||
| - | * Type:Int32 | ||
| - | * Description:N/A | ||
| - | |||
| - | * //currentRecordIndex// | ||
| - | * Type:Int32 | ||
| - | * Description:N/A | ||
| - | |||
| - | * //currentFeature// | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | ||
| - | * Description:N/A | ||
| - | |||
| - | * //startProcessTime// | ||
| - | * Type:DateTime | ||
| * Description:N/A | * Description:N/A | ||
| Line 103: | Line 79: | ||
| ** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 115: | Line 91: | ||
| ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 131: | Line 107: | ||
| ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 143: | Line 119: | ||
| ** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 156: | Line 132: | ||
| ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 168: | Line 144: | ||
| ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 181: | Line 157: | ||
| ** {{wiki:PublicProperty.gif|}} RecordCount ** | ** {{wiki:PublicProperty.gif|}} RecordCount ** | ||
| - | Gets the total record count to build rTree index. | + | * //Gets the total record count to build rTree index.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:Int32 | * Type:Int32 | ||
| Line 189: | Line 165: | ||
| ** {{wiki:PublicProperty.gif|}} CurrentRecordIndex ** | ** {{wiki:PublicProperty.gif|}} CurrentRecordIndex ** | ||
| - | Gets the current record index for building rTree index. | + | * //Gets the current record index for building rTree index.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:Int32 | * Type:Int32 | ||
| Line 197: | Line 173: | ||
| ** {{wiki:PublicProperty.gif|}} CurrentFeature ** | ** {{wiki:PublicProperty.gif|}} CurrentFeature ** | ||
| - | Gets the current feature for building rTree index. | + | * //Gets the current feature for building rTree index.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | ||
| Line 205: | Line 181: | ||
| ** {{wiki:PublicProperty.gif|}} StartProcessTime ** | ** {{wiki:PublicProperty.gif|}} StartProcessTime ** | ||
| - | Gets the starting process time for building the index. | + | * //Gets the starting process time for building the index.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:DateTime | * Type:DateTime | ||
| Line 213: | Line 189: | ||
| ** {{wiki:PublicProperty.gif|}} Cancel ** | ** {{wiki:PublicProperty.gif|}} Cancel ** | ||
| - | Gets or sets to see if we need to cancel the building index of current record. | + | * //Gets or sets to see if we need to cancel the building index of current record.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:Boolean | * Type:Boolean | ||
| Line 221: | Line 197: | ||
| ** {{wiki:PublicProperty.gif|}} ShapePathFileName ** | ** {{wiki:PublicProperty.gif|}} ShapePathFileName ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:String | * Type:String | ||