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


ILasPointInfo.IsKeyPoint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasPointInfo Interface > ILasPointInfo.IsKeyPoint Property
ArcGIS Developer Help

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