ArcObjects Library Reference (Display)  

IMarkerPlacement.AcceptGeometryType Property

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

Product Availability

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

See Also

IMarkerPlacement Interface