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


ILasPointInfo.IsSyntheticPoint 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.IsSyntheticPoint Property
ArcGIS Developer Help

ILasPointInfo.IsSyntheticPoint Property

Indicates if the point is a synthetic point.

[Visual Basic .NET]
Public Property IsSyntheticPoint As Boolean
[C#]
public bool IsSyntheticPoint {get; set;}
[C++]
HRESULT get_IsSyntheticPoint(
  VARIANT_BOOL pbIsSynthetic
);
[C++]
HRESULT put_IsSyntheticPoint(
  Boolean* pbIsSynthetic
);
[C++]
Parameters
pbIsSynthetic [in]

pbIsSynthetic is a parameter of type bool pbIsSynthetic [out, retval]
pbIsSynthetic is a parameter of type bool*

Product Availability

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

See Also

ILasPointInfo Interface