FeatureQuery.UpdateAttributes Property
Gets the update attributes of the query.
Thread safety: This property is not thread-safe.
Syntax
public AttributeSet UpdateAttributes { get; set; }
Property Value
Platforms
Windows, Linux, Android
Gets the update attributes of the query.
public AttributeSet UpdateAttributes { get; set; }
Windows, Linux, Android
In this article
Gets the update attributes of the query.
public:
AttributeSetPtr updateAttributes ( ) const;
void updateAttributes ( const AttributeSetPtr& value )
Windows, Linux, Android
In this article
Gets the update attributes of the query.
public final AttributeSet getUpdateAttributes ( );
public final void setUpdateAttributes ( AttributeSet value );
Windows, Linux, Android
In this article
Gets the update attributes of the query.
updateAttributes
Windows, Linux, Android
In this article