ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / DiagramElementQueryByExtent Class
Properties


In This Topic
    DiagramElementQueryByExtent Class Members
    In This Topic

    The following tables list the members exposed by DiagramElementQueryByExtent.

    Public Constructors
     NameDescription
    Public Constructor Initializes a new instance of the DiagramElementQueryByExtent class.  
    Top
    Public Properties
     NameDescription
    Public Property Indicates whether or not the "searching" envelope must be enlarged to include the extent of any containers that are partially within the specified envelope. False to return the diagram features which strictly intersect the specified envelope(default). True to enlarge the "searching" envelope so it includes the extent of any containers that are partially within the specified envelope.  
    Public PropertyThe extent ArcGIS.Core.Geometry.Envelope used to search for diagram elements; that is, the extent that the resulting queried diagram elements will intersect.  
    Public PropertyIndicates whether or not DiagramContainerElements are returned. (Inherited from ArcGIS.Core.Data.NetworkDiagrams.DiagramElementQueryByElementTypes)
    Public PropertyIndicates whether or not DiagramEdgeElements are returned. (Inherited from ArcGIS.Core.Data.NetworkDiagrams.DiagramElementQueryByElementTypes)
    Public PropertyIndicates whether or not DiagramJunctionElements are returned. (Inherited from ArcGIS.Core.Data.NetworkDiagrams.DiagramElementQueryByElementTypes)
    Top
    See Also