Provides access to members that control long arrays.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The ILongArray interface provides methods and properties for inserting, removing and accessing elements in a LongArray via a zero-based index.
Members
|
|
Description |
|
Add |
Adds an element to the array. |
|
Count |
The number of elements in the array. |
|
Element |
An element in the array. |
|
Insert |
Inserts an element to the array. |
|
Remove |
Removes an element from the array. |
|
RemoveAll |
Removes all elements from the array. |
CoClasses that implement ILongArray
CoClasses and Classes |
Description |
LongArray |
An object for holding a Long array. |
.NET Snippets
Create Animation by Interpolating Between Two Keyframes |
Create Animation from Keyframes |
.NET Samples
Create a Raster Function template (Code Files:
CreateRasterFunctionTemplate) |
Layer effects animation in ArcMap (Code Files:
MapLayerEffectsKeyframe) |
Move a graphic along a path in ArcMap (Code Files:
MapGraphicKeyframe) |
Subset network evaluators (Code Files:
SubsetHelperUI) |
Using the traversal result to select source features (Code Files:
SelectFeaturesTool) |
.NET Related Topics
Feature services |
How to create a layer animation in globe |
How to create an Extract Band function dataset |
Obtaining changes made in the current edit session |
Working with feature attachments |
Working with SQL workspaces |