This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMarkerPlacement Interface > IMarkerPlacement.AcceptGeometryType Property (ArcObjects .NET 10.4 SDK) |
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,
VARIANT_BOOL* accept
);
[C++]
Parameters inputType [in]
inputType is a parameter of type esriGeometryType accept [out, retval] accept is a parameter of type VARIANT_BOOL