ArcGIS Pro 2.6 API Reference Guide
FromEsriShape Method (Multipatch)

ArcGIS.Core.Geometry Namespace > Multipatch Class : FromEsriShape Method
Esri shape buffer representation of Multipatch.
(Optional)The spatial reference of the Multipatch.
Creates a new instance of a Multipatch class from an Esri shape buffer.
Syntax
Public Shared Function FromEsriShape( _
   ByVal esriShapeBuffer() As Byte, _
   Optional ByVal spatialReference As SpatialReference _
) As Multipatch

Parameters

esriShapeBuffer
Esri shape buffer representation of Multipatch.
spatialReference
(Optional)The spatial reference of the Multipatch.

Return Value

Exceptions
ExceptionDescription
The esriShapeBuffer is empty or null.
Esri shape buffer is invalid or does not represent a multipatch.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Multipatch Class
Multipatch Members