====== ThinkGeo.MapSuite.Layers.BuildingIndexBasFileFeatureSourceEventArgs ====== ===== Inheritance Hierarchy ===== *System.Object *System.EventArgs ***ThinkGeo.MapSuite.Layers.BuildingIndexBasFileFeatureSourceEventArgs** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} BuildingIndexBasFileFeatureSourceEventArgs() ** * //This is the default constructor of the event args.// == Remarks == * //If you use this constructor, you have to set the properties manually.// == Parameters ==
** {{wiki:PublicMethod.gif|}} BuildingIndexBasFileFeatureSourceEventArgs(Int32,Int64,Feature,DateTime,Boolean) ** * //This is the constructor of the event args by passing the desired parameters.// == Remarks == * //N/A// == Parameters == * //recordCount// * Type:Int32 * Description:N/A * //currentRecordOffset// * Type:Int64 * Description:N/A * //currentFeature// * Type:[[ThinkGeo.MapSuite.Shapes.Feature|Feature]] * Description:N/A * //startProcessTime// * Type:DateTime * Description:N/A * //cancel// * Type:Boolean * Description:N/A
** {{wiki:PublicMethod.gif|}} BuildingIndexBasFileFeatureSourceEventArgs(Int32,Int64,Feature,DateTime,Boolean,String) ** * //N/A// == Remarks == * //N/A// == Parameters == * //recordCount// * Type:Int32 * Description:N/A * //currentRecordOffset// * Type:Int64 * Description:N/A * //currentFeature// * Type:[[ThinkGeo.MapSuite.Shapes.Feature|Feature]] * Description:N/A * //startProcessTime// * Type:DateTime * Description:N/A * //cancel// * Type:Boolean * Description:N/A * //shapePathFilename// * Type:String * Description:N/A
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} RecordCount ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} CurrentRecordOffset ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int64 ** {{wiki:PublicProperty.gif|}} CurrentFeature ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Shapes.Feature|Feature]] ** {{wiki:PublicProperty.gif|}} StartProcessTime ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:DateTime ** {{wiki:PublicProperty.gif|}} Cancel ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} ShapePathFilename ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ==== Protected Properties ==== ==== Public Events ====