The following tables list the members exposed by GraphicsLayer.
| Name | Description | |
|---|---|---|
![]() |
GraphicsLayer Constructor | Overloaded. GraphicsLayer constructor. |
| Name | Description | |
|---|---|---|
![]() |
fInitInProgress | (Inherited from System.Data.DataTable) |
| Name | Description | |
|---|---|---|
![]() |
CaseSensitive | Indicates whether string comparisons within the table are case-sensitive. (Inherited from System.Data.DataTable) |
![]() |
ChildRelations | Gets the collection of child relations for this DataTable. (Inherited from System.Data.DataTable) |
![]() |
Columns | Gets the collection of columns that belong to this table. (Inherited from System.Data.DataTable) |
![]() |
Constraints | Gets the collection of constraints maintained by this table. (Inherited from System.Data.DataTable) |
![]() |
Container | Gets the container for the component. (Inherited from System.ComponentModel.MarshalByValueComponent) |
![]() |
DataSet | Gets the DataSet to which this table belongs. (Inherited from System.Data.DataTable) |
![]() |
DefaultView | Gets a customized view of the table that may include a filtered view, or a cursor position. (Inherited from System.Data.DataTable) |
![]() |
DesignMode | Gets a value indicating whether the component is currently in design mode. (Inherited from System.ComponentModel.MarshalByValueComponent) |
![]() |
DisplayExpression | Gets or sets the expression that returns a value used to represent this table in the user interface. (Inherited from System.Data.DataTable) |
![]() |
ExtendedProperties | Gets the collection of customized user information. (Inherited from System.Data.DataTable) |
![]() |
FullExtent | The full extent of the contents of the GraphicsLayer. |
![]() |
GraphicsIDColumn | The primary key column of the GraphicsLayer containing and integer ID. |
![]() |
HasErrors | Gets a value indicating whether there are errors in any of the rows in any of the tables of the DataSet to which the table belongs. (Inherited from System.Data.DataTable) |
![]() |
IsInitialized | Gets a value that indicates whether the DataTable is initialized. (Inherited from System.Data.DataTable) |
![]() |
IsSelectedColumn | The System.Data.DataColumn that is of type boolean containing and which indicates if a particular row is selected. |
![]() |
Locale | Gets or sets the locale information used to compare strings within the table. (Inherited from System.Data.DataTable) |
![]() |
MinimumCapacity | Gets or sets the initial starting size for this table. (Inherited from System.Data.DataTable) |
![]() |
Namespace | Gets or sets the namespace for the XML representation of the data stored in the DataTable. (Inherited from System.Data.DataTable) |
![]() |
ParentRelations | Gets the collection of parent relations for this DataTable. (Inherited from System.Data.DataTable) |
![]() |
Prefix | Gets or sets the namespace for the XML representation of the data stored in the DataTable. (Inherited from System.Data.DataTable) |
![]() |
PrimaryKey | Gets or sets an array of columns that function as primary keys for the data table. (Inherited from System.Data.DataTable) |
![]() |
RemotingFormat | Gets or sets the serialization format. (Inherited from System.Data.DataTable) |
![]() |
Rows | Gets the collection of rows that belong to this table. (Inherited from System.Data.DataTable) |
![]() |
Site | Gets or sets an ISite for the DataTable. (Inherited from System.Data.DataTable) |
![]() |
TableName | Gets or sets the name of the DataTable. (Inherited from System.Data.DataTable) |
![]() |
Visible | Whether the GraphicLayer is visible. |
| Name | Description | |
|---|---|---|
![]() |
Events | Gets the list of event handlers that are attached to this component. (Inherited from System.ComponentModel.MarshalByValueComponent) |
| Name | Description | |
|---|---|---|
![]() |
AcceptChanges | Commits all the changes made to this table since the last time AcceptChanges was called. (Inherited from System.Data.DataTable) |
![]() |
BeginInit | Begins the initialization of a DataTable that is used on a form or used by another component. The initialization occurs at runtime. (Inherited from System.Data.DataTable) |
![]() |
BeginLoadData | Turns off notifications, index maintenance, and constraints while loading data. (Inherited from System.Data.DataTable) |
![]() |
Clear | Clears the DataTable of all data. (Inherited from System.Data.DataTable) |
![]() |
Clone | Clones the structure of the DataTable, including all DataTable schemas and constraints. (Inherited from System.Data.DataTable) |
![]() |
Compute | Computes the given expression on the current rows that pass the filter criteria. (Inherited from System.Data.DataTable) |
![]() |
Copy | Copies both the structure and data for this GraphicsLayer |
![]() |
CreateDataReader | Returns a DataTableReader corresponding to the data within this DataTable. (Inherited from System.Data.DataTable) |
![]() |
Dispose | Overloaded. Releases all resources used by the MarshalByValueComponent. (Inherited from System.ComponentModel.MarshalByValueComponent) |
![]() |
EndInit | Ends the initialization of a DataTable that is used on a form or used by another component. The initialization occurs at runtime. (Inherited from System.Data.DataTable) |
![]() |
EndLoadData | Turns on notifications, index maintenance, and constraints after loading data. (Inherited from System.Data.DataTable) |
![]() |
GeometryFromRow | Convenience method for retrieving an ESRI.ArcGIS.ADF.Web.Geometry from a row in the graphic layer table. |
![]() |
GetChanges | Overloaded. Gets a copy of the DataTable that contains all changes made to it since it was loaded or AcceptChanges was last called. (Inherited from System.Data.DataTable) |
![]() |
GetErrors | Gets an array of DataRow objects that contain errors. (Inherited from System.Data.DataTable) |
![]() |
GetObjectData | Overridden. Populates a serialization information object with the data needed to serialize the GraphicsLayer. |
![]() |
GetService | Gets the implementer of the IServiceProvider. (Inherited from System.ComponentModel.MarshalByValueComponent) |
![]() ![]() |
GetTocLayer | Returns a toc layer for this graphics layer |
![]() |
ImportRow | Copies a DataRow into a DataTable, preserving any property settings, as well as original and current values. (Inherited from System.Data.DataTable) |
![]() |
IsSelected | Indicates if the graphic object contained in the specified row is selected. This is determined by the value of the IsSelectedColumn column. |
![]() |
Load | Overloaded. Fills a DataTable with values from a data source using the supplied IDataReader. If the DataTable already contains rows, the incoming data from the data source is merged with the existing rows. (Inherited from System.Data.DataTable) |
![]() |
LoadDataRow | Overloaded. (Inherited from System.Data.DataTable) |
![]() |
Merge | Overloaded. Merge the specified DataTable with the current DataTable. (Inherited from System.Data.DataTable) |
![]() |
NewRow | Creates a new DataRow with the same schema as the table. (Inherited from System.Data.DataTable) |
![]() |
ReadXml | Overloaded. Reads XML schema and data into the DataTable using the specified Stream. (Inherited from System.Data.DataTable) |
![]() |
ReadXmlSchema | Overloaded. Reads an XML schema into the DataTable using the specified stream. (Inherited from System.Data.DataTable) |
![]() |
RejectChanges | Rolls back all changes that have been made to the table since it was loaded, or the last time AcceptChanges was called. (Inherited from System.Data.DataTable) |
![]() |
Reset | Resets the DataTable to its original state. (Inherited from System.Data.DataTable) |
![]() |
Select | Overloaded. Gets an array of all DataRow objects. (Inherited from System.Data.DataTable) |
![]() |
ToString | Gets the TableName and DisplayExpression, if there is one as a concatenated string. (Inherited from System.Data.DataTable) |
![]() |
WriteXml | Overloaded. Writes the current contents of the DataTable as XML using the specified XmlWriter. (Inherited from System.Data.DataTable) |
![]() |
WriteXmlSchema | Overloaded. Writes the current data structure of the DataTable as an XML schema to the specified stream. (Inherited from System.Data.DataTable) |
Top
| Name | Description | |
|---|---|---|
![]() |
ColumnChanged | Occurs after a value has been changed for the specified DataColumn in a DataRow. (Inherited from System.Data.DataTable) |
![]() |
ColumnChanging | Occurs when a value is being changed for the specified DataColumn in a DataRow. (Inherited from System.Data.DataTable) |
![]() |
Disposed | Adds an event handler to listen to the Disposed event on the component. (Inherited from System.ComponentModel.MarshalByValueComponent) |
![]() |
Initialized | Occurs after the DataTable is initialized. (Inherited from System.Data.DataTable) |
![]() |
RowChanged | Occurs after a DataRow has been changed successfully. (Inherited from System.Data.DataTable) |
![]() |
RowChanging | Occurs when a DataRow is changing. (Inherited from System.Data.DataTable) |
![]() |
RowDeleted | Occurs after a row in the table has been deleted. (Inherited from System.Data.DataTable) |
![]() |
RowDeleting | Occurs before a row in the table is about to be deleted. (Inherited from System.Data.DataTable) |
![]() |
TableCleared | Occurs after a DataTable is cleared. (Inherited from System.Data.DataTable) |
![]() |
TableClearing | Occurs when a DataTable is cleared. (Inherited from System.Data.DataTable) |
![]() |
TableNewRow | Occurs when a new DataRow is inserted. (Inherited from System.Data.DataTable) |







