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


ILasPointInfo.IsKeyPoint Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasPointInfo.IsKeyPoint Property

Indicates if the point is a key point.

[Visual Basic .NET]
Public Property IsKeyPoint As Boolean
[C#]
public bool IsKeyPoint {get; set;}
[C++]
HRESULT get_IsKeyPoint(
  VARIANT_BOOL pbIsKey
);
[C++]
HRESULT put_IsKeyPoint(
  Boolean* pbIsKey
);
[C++]

Parameters pbIsKey [in]
pbIsKey is a parameter of type bool pbIsKey [out, retval]
pbIsKey is a parameter of type bool*

Product Availability

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

See Also

ILasPointInfo Interface