ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Geometry Namespace / GeometryBagBuilderEx Class


In This Topic
    GeometryBagBuilderEx Class Properties
    In This Topic

    For a list of all members of this type, see GeometryBagBuilderEx members.

    Public Properties
     NameDescription
    Public Property Gets or sets the list of geometries that define this builder.  
    Public Property Gets the number of geometries.  
    Public PropertyOverridden. Gets the geometry type. Always returns GeometryType.GeometryBag.  
    Public PropertyOverridden.  Gets or sets the HasID flag which indicates whether the geometry bag contains IDs.  
    Public PropertyOverridden.  Gets or sets the HasM flag which indicates whether the geometry bag contains Ms.  
    Public PropertyOverridden.  Gets or sets the HasZ flag which indicates whether the geometry bag contains Zs.  
    Public PropertyOverridden.  Gets a boolean which indicates if this instance is empty or not. This instance is empty if it has zero geometries.  
    Public PropertyGets or sets the GeometryBuilderEx.SpatialReference instance on this builder. (Inherited from ArcGIS.Core.Geometry.GeometryBuilderEx)
    Top
    See Also