This document is archived and information here might be outdated.  Recommended version.


ILasHeaderInfo2.GetExtendedVariableLengthRecords Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasHeaderInfo2 Interface > ILasHeaderInfo2.GetExtendedVariableLengthRecords Method
ArcGIS Developer Help

ILasHeaderInfo2.GetExtendedVariableLengthRecords Method

The variable length record info.

[Visual Basic .NET]
Public Sub GetExtendedVariableLengthRecords ( _
    ByRef ppUserIDs As IStringArray, _
    ByRef recordIDs As ILongArray, _
    ByRef ppRecordLengths As IDoubleArray, _
    ByRef ppDescriptions As IStringArray, _
    ByRef pbOverLimit As Boolean _
)
[C#]
public void GetExtendedVariableLengthRecords (
    ref IStringArray ppUserIDs,
    ref ILongArray recordIDs,
    ref IDoubleArray ppRecordLengths,
    ref IStringArray ppDescriptions,
    ref bool pbOverLimit
);
[C++]
HRESULT GetExtendedVariableLengthRecords(
  IStringArray** ppUserIDs,
  ILongArray** recordIDs,
  IDoubleArray** ppRecordLengths,
  IStringArray** ppDescriptions,
  Boolean* pbOverLimit
);
[C++]
Parameters
ppUserIDs [out]

ppUserIDs is a parameter of type IStringArray** recordIDs [out]
recordIDs is a parameter of type ILongArray** ppRecordLengths [out]
ppRecordLengths is a parameter of type IDoubleArray** ppDescriptions [out]
ppDescriptions is a parameter of type IStringArray** pbOverLimit [out]
pbOverLimit is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILasHeaderInfo2 Interface