ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasHeaderInfo.GetVariableLengthRecords Method

The variable length record info.

[Visual Basic .NET]
Public Sub GetVariableLengthRecords ( _
    ByRef ppUserIDs As IStringArray, _
    ByRef recordIDs As ILongArray, _
    ByRef ppRecordLengths As IDoubleArray, _
    ByRef ppDescriptions As IStringArray, _
    ByRef pbOverLimit As Boolean _
)
[C#]
public void GetVariableLengthRecords (
    ref IStringArray ppUserIDs,
    ref ILongArray recordIDs,
    ref IDoubleArray ppRecordLengths,
    ref IStringArray ppDescriptions,
    ref bool pbOverLimit
);
[C++]
HRESULT GetVariableLengthRecords(
  IStringArray** ppUserIDs,
  ILongArray** recordIDs,
  IDoubleArray** ppRecordLengths,
  IStringArray** ppDescriptions,
  VARIANT_BOOL* 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 VARIANT_BOOL

Product Availability

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

See Also

ILasHeaderInfo Interface