This document is archived and information here might be outdated. Recommended version. |
Indicates if the result has geometry.
[Visual Basic .NET]
Public ReadOnly Property HasGeometry As Boolean
[C#]
public bool HasGeometry {get;}
[C++]
HRESULT get_HasGeometry(
Boolean* HasGeometry
);
[C++] Parameters HasGeometry [out, retval]
HasGeometry is a parameter of type bool*
The property HasGeometry returns true if the InferGeometry method has been called on the INATraversalResultEdit interface. If HasGeometry returns false, the features in the traversal result do not have a geometry yet.