This document is archived and information here might be outdated.  Recommended version.


IMultiPatch2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IM > IMultiPatch2 Interface
ArcGIS Developer Help

IMultiPatch2 Interface

Provides access to members that permit controlled access to MultiPatch parts.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read-only property BeginningRingCount The number of beginning rings, counting only those of the desired types.
Read-only property Dimension The topological dimension of this geometry.
Read-only property Envelope Creates a copy of this geometry's envelope and returns it.
Method FindBeginningRing Returns the beginning ring of the ring group containing the specified following ring.
Read-only property FollowingRingCount The number of following rings in the ring group that starts with the specified beginning ring.
Read-only property GeometryType The type of this geometry.
Method GeoNormalize Shifts longitudes, if need be, into a continuous range of 360 degrees.
Method GeoNormalizeFromLongitude Normalizes longitudes into a continuous range containing the longitude. This method is obsolete.
Method GetRingType Gets the esriMultiPatchRingType of the input Ring and returns a boolean indicating if that ring is a beginning ring.
Method InvalXYFootprint Notifies the multipatch that its cached footprint has been modified by an outside agent. The footprint will be recalculated the next time it is requested.
Read-only property IsEmpty Indicates whether this geometry contains any points.
Method Project Projects this geometry into a new spatial reference.
Method PutRingType Defines the type of the input Ring.
Method QueryBeginningRings Populates an array with references to all beginning rings of the specified types. This method is intended for internal use only.
Method QueryEnvelope Copies this geometry's envelope properties into the specified envelope.
Method QueryFollowingRings Populates an array with references to following rings that are in the ring group that starts with the specified beginning ring. This method is intended for internal use only.
Method SetEmpty Removes all points from this geometry.
Method SnapToSpatialReference Moves points of this geometry so that they can be represented in the precision of the geometry's associated spatial reference system.
Read/write property SpatialReference The spatial reference associated with this geometry.
Write-only property XYFootprint A reference to a cached copy of the multipatch's footprint in the x-y plane.
Read-only property XYFootprint A reference to a cached copy of the multipatch's footprint in the x-y plane. If the footprint is modified, InvalXYFootprint should be called.

Inherited Interfaces

Interfaces Description
IMultiPatch Provides access to members that identify a MultiPatch and permit controlled access to its parts.
IGeometry Provides access to members that describe properties and behavior of all geometric objects.

Classes that implement IMultiPatch2

Classes Description