ArcGIS API for WPF - Library Reference
EnvelopeConverter Class Members
See Also  Methods  Send comments on this topic
ESRI.ArcGIS.Client.Geometry Namespace : EnvelopeConverter Class


The following tables list the members exposed by EnvelopeConverter.

Public Constructors

 NameDescription
public ConstructorEnvelopeConverter Constructor  
Top

Public Methods

 NameDescription
public MethodCanConvertFromOverloaded. Overridden.  Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context.  
public MethodCanConvertToOverloaded. Overridden.  Returns whether this converter can convert the object to the specified type, using the specified context.  
public MethodConvertFromOverloaded. Overridden.  Converts the given object to the type of this converter, using the specified context and culture information.  
public MethodConvertFromInvariantStringOverloaded. Converts the given string to the type of this converter, using the invariant culture. (Inherited from System.ComponentModel.TypeConverter)
public MethodConvertFromStringOverloaded. Converts the specified text to an object. (Inherited from System.ComponentModel.TypeConverter)
public MethodConvertToOverloaded. Overridden.  Converts the given value object to the specified type, using the specified context and culture information.  
public MethodConvertToInvariantStringOverloaded. Converts the specified value to a culture-invariant string representation. (Inherited from System.ComponentModel.TypeConverter)
public MethodConvertToStringOverloaded. Converts the specified value to a string representation. (Inherited from System.ComponentModel.TypeConverter)
public MethodCreateInstanceOverloaded. Re-creates an System.Object given a set of property values for the object. (Inherited from System.ComponentModel.TypeConverter)
public MethodGetCreateInstanceSupportedOverloaded. Returns whether changing a value on this object requires a call to the System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) method to create a new value. (Inherited from System.ComponentModel.TypeConverter)
public MethodGetPropertiesOverloaded. Returns a collection of properties for the type of array specified by the value parameter. (Inherited from System.ComponentModel.TypeConverter)
public MethodGetPropertiesSupportedOverloaded. Returns whether this object supports properties. (Inherited from System.ComponentModel.TypeConverter)
public MethodGetStandardValuesOverloaded. Returns a collection of standard values from the default context for the data type this type converter is designed for. (Inherited from System.ComponentModel.TypeConverter)
public MethodGetStandardValuesExclusiveOverloaded. Returns whether the collection of standard values returned from System.ComponentModel.TypeConverter.GetStandardValues is an exclusive list. (Inherited from System.ComponentModel.TypeConverter)
public MethodGetStandardValuesSupportedOverloaded. Returns whether this object supports a standard set of values that can be picked from a list. (Inherited from System.ComponentModel.TypeConverter)
public MethodIsValidOverloaded. Returns whether the given value object is valid for this type. (Inherited from System.ComponentModel.TypeConverter)
Top

Protected Methods

 NameDescription
protected MethodGetConvertFromExceptionReturns an exception to throw when a conversion cannot be performed. (Inherited from System.ComponentModel.TypeConverter)
protected MethodGetConvertToExceptionReturns an exception to throw when a conversion cannot be performed. (Inherited from System.ComponentModel.TypeConverter)
protected MethodSortPropertiesSorts a collection of properties. (Inherited from System.ComponentModel.TypeConverter)
Top

See Also

© ESRI, Inc. All Rights Reserved.