This document is archived and information here might be outdated. Recommended version. |
Indicates if the input geometry type is valid.
[Visual Basic .NET] Public Function get_AcceptGeometryType ( _ ByVal inputType As esriGeometryType _ ) As Boolean
[C#] public bool get_AcceptGeometryType ( esriGeometryType inputType );
[C++]
HRESULT get_AcceptGeometryType(
esriGeometryType inputType,
Boolean* accept
);
[C++] Parameters inputType [in]
inputType is a parameter of type esriGeometryType accept [out, retval]
accept is a parameter of type bool*