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(
  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

Product Availability

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

See Also

ILasPointInfo Interface