Populates arrays of WKSPointZs and attributes, and optional arrays of 0-based file indices and 1-based point IDs.
[Visual Basic .NET] Public Sub NextAttrLong ( _ ByVal arraySize As Integer, _ ByRef pPointCount As Integer, _ ByRef pPoints As WKSPointZ, _ ByRef pAttribute As Integer, _ ByVal pIntensity As ILongArray, _ ByVal pFileIndices As ILongArray, _ ByVal pPointIDs As IDoubleArray _ )
[C#] public void NextAttrLong ( int arraySize, ref int pPointCount, ref WKSPointZ pPoints, ref int pAttribute, ref ILongArray pIntensity, ref ILongArray pFileIndices, ref IDoubleArray pPointIDs );
[C++]
HRESULT NextAttrLong(
long arraySize,
long* pPointCount,
_WKSPointZ* pPoints,
long* pAttribute,
ILongArray* pIntensity,
ILongArray* pFileIndices,
IDoubleArray* pPointIDs
);
[C++]Parameters
arraySize [in] arraySize is a parameter of type long pPointCount [out] pPointCount is a parameter of type long pPoints [out]pPoints is a parameter of type _WKSPointZ
pAttribute [out] pAttribute is a parameter of type long pIntensitypIntensity is a parameter of type ILongArray
pFileIndicespFileIndices is a parameter of type ILongArray
pPointIDspPointIDs is a parameter of type IDoubleArray
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.