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


ILasWriter.AddVlr Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasWriter.AddVlr Method

Add a variable length record or extended variable length record.

[Visual Basic .NET]
Public Sub AddVlr ( _
    ByVal bIsEVLR As Boolean, _
    ByRef vlr As Byte[]& _
)
[C#]
public void AddVlr (
    bool bIsEVLR,
    ref Byte[]& vlr
);
[C++]
HRESULT AddVlr(
  VARIANT_BOOL bIsEVLR,
  SAFEARRAY(System.Byte)* vlr
);
[C++]

Parameters bIsEVLR [in]
bIsEVLR is a parameter of type bool vlr [in]
vlr is a parameter of type SAFEARRAY(unsigned char)*

Product Availability

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

See Also

ILasWriter Interface