This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasPointInfo Interface > ILasPointInfo.IsKeyPoint Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL pbIsKey
);
[C++]
Parameters pbIsKey [out, retval] pbIsKey is a parameter of type VARIANT_BOOL pbIsKey [in] pbIsKey is a parameter of type VARIANT_BOOL