ESRI.ArcGIS.Mobile.Client
GeometryFeatureAttribute Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace : GeometryFeatureAttribute Class


The following tables list the members exposed by GeometryFeatureAttribute.

Public Properties

 NameDescription
Public PropertyDisplayCaption Gets the caption used to identify the feature attribute when viewing the feature attribute value (i.e., read-only). (Inherited from FeatureAttribute)
Public PropertyDisplayString Gets the Display string  
Public PropertyEditCaption Returns Length for Polyline and Area for Polygon.  
Public PropertyErrorMessage Gets the Error Message.  
Public PropertyFeature Gets the feature that the feature attribute is associated with. (Inherited from FeatureAttribute)
Public PropertyGeometry Gets/sets the Value as a Geometry  
Public PropertyIsEditable Gets the flag indicating whether or not the feature attribute value can be edited/modified. (Inherited from FeatureAttribute)
Public PropertyIsGeometryNotPoint Returns true if the Geometry is not a Point  
Public PropertyIsGeometryPoint Returns true if the Geometry is a Point  
Public PropertyIsSearchable Gets the flag indicating whether the feature attribute can be used in a search query. (Inherited from FeatureAttribute)
Public PropertyIsViewable Gets the flag indicating whether or not the feature attribute should be visible when viewing feature attributes (i.e., read-only). (Inherited from FeatureAttribute)
Public PropertyModified Gets a flag indicating if the feature attribute value has been modified from the original value in the feature data row. (Inherited from FeatureAttribute)
Public PropertyValue Gets or sets the feature attribute value. (Inherited from FeatureAttribute)
Top

Protected Properties

 NameDescription
Protected PropertyThrowOnInvalidPropertyName Determines whether to throw an exception (true) or use Debug.Fail() (false) when an invalid property name is passed to VerifyPropertyName. This is false by default but derived classes may set/override this property. (Inherited from ObservableObject)
Top

Public Methods

 NameDescription
Public MethodRefreshOverridden.  Refresh Geometry  
Public MethodRestoreOriginalValueOverridden.  Restores the feature attribute value to the original value when the feature attribute was created.  
Top

Protected Methods

 NameDescription
Protected MethodOnPropertyChanged Raises the PropertyChanged event. (Inherited from ObservableObject)
Protected MethodVerifyPropertyName Verifies that the object contains a property with the given name. This method does not exist in a release build. (Inherited from ObservableObject)
Top

Public Events

 NameDescription
Public EventPropertyChanged Occurs when a property value changes. (Inherited from ObservableObject)
Top

See Also