ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / DefinitionQuery Class
Properties Methods


In This Topic
    DefinitionQuery Class Members
    In This Topic

    The following tables list the members exposed by DefinitionQuery.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets the geometry uri to filter rows in the dataset.  
    Public Property Gets whether the definition query is valid.  
    Public Property Gets or sets the name of the definition query item.  
    Public Property Gets the spatial reference for the geometry filter  
    Public Property Gets or sets the definition expression to filter rows in the dataset.  
    Top
    Public Methods
     NameDescription
    Public Method Check whether the given geometry can be used as a filter geometry  
    Public Methodstatic (Shared in Visual Basic) Convert the input CIMDefinitionFilter into a DefinitionQuery.  
    Public Method Gets the filter geometry for the definition query. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Set the definition query filter geometry. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Convert the definition filter instance to a CIMDefinitionFilter  
    Top
    See Also