ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Attributes Namespace / Attribute Class
Properties Methods Events


In This Topic
    Attribute Class Members
    In This Topic

    The following tables list the members exposed by Attribute.

    Public Properties
     NameDescription
    Public PropertyGets the current domain of this attribute.  
    Public PropertyGets the current subtype of this attribute.  
    Public Property Gets or sets the current value of this attribute.  
    Public PropertyGets the current default value of this attribute. If there is a current subtype, it returns the default subtype value.  
    Public Property Gets the field alias of this attribute.  
    Public Property Gets the field index of this attribute.  
    Public Property Gets the field name of this attribute.  
    Public Property Gets the field type of this attribute.  
    Public PropertyGets whether this attribute has a current domain.  
    Public Property Gets whether this attribute has multiple values.  
    Public Property Gets the layer index of this attribute.  
    Public Property Gets whether the attribute was modified.  
    Public Property Gets whether this attribute is marked editable.  
    Public Property Gets whether this attribute is a geometry field.  
    Public Property Gets whether this attribute is highlighted.  
    Public Property Gets whether this attribute value can be null.  
    Public Property Gets whether this attribute is a renderer field.  
    Public PropertyGets whether this attribute is a subtype.  
    Public Property Gets whether this attribute is a system field.  
    Public Property Gets whether the attribute value is valid.  
    Public Property Gets whether this attribute is visible.  
    Public Property Gets the maximum length of this attribute.  
    Public Property Gets the layer or Standalone table this attribute belongs to.  
    Public Property Gets the original value of this attribute.  
    Public Property Gets the precision of this attribute.  
    Public PropertyGets the list of subtypes for this attribute.  
    Top
    Public Methods
     NameDescription
    Public Method Add custom validation functions for this attribute. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Add custom validation functions for this attribute.  
    Public MethodGets the field of this attribute. Returns a field only if the data source is an Enterprise Geodatabase or File Geodatabase. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Get the formatted value of this attribute. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Get the formatted value of this attribute.  
    Public MethodReturns attribute back to it's original value. Clears IsDirty value.  
    Public MethodReturns attribute back to it's original value. Clears IsDirty value.  
    Public Method Set the value of this attribute.  
    Public Method Set the value for this attribute.  
    Public Method Allows addition of custom validation logic for this attribute. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodAn async method which allows addition of custom validation logic for this attribute.  
    Top
    Protected Methods
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Top
    See Also