ArcObjects Library Reference (GeoDatabaseExtensions)  

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

Product Availability

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

See Also

ILasPointInfo Interface