FAreaTypeConverterGetPropertiesSupported Method

Return a value indicating whether the GetProperties method is supported in the specified context.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public virtual bool GetPropertiesSupported(
	ITypeDescriptorContext context
)

Parameters

context  ITypeDescriptorContext
Context to check for support.

Return Value

Boolean
True if the GetProperties method is supported in the specified context. Otherwise, false.

See Also