'Declaration Public Shared Function IsRendererForAnnotationDataRegistered( _
ByVal annotationDataTypeType of annotation data.As System.Type _
) As Boolean
public static bool IsRendererForAnnotationDataRegistered(
System.Type annotationDataType
)
public: static bool IsRendererForAnnotationDataRegistered(
System.Type* annotationDataType
)
public:
static bool IsRendererForAnnotationDataRegistered(
System.Type^ annotationDataType
)
Parameters
- annotationDataType
- Type of annotation data.
Return Value
True if renderer for the annotation data is registered; otherwise, false.