ArcObjects Library Reference (Geometry)  

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

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 QueryEnvelope Copies this geometry's envelope properties into the specified envelope.
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.
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.
Write-only property XYFootprint A reference to a cached copy of the multipatch's footprint in the x-y plane.

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.