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