Overload | Description |
---|---|
CreateMultipatch(SpatialReference) | Convenience method to quickly create an empty instance of the Multipatch class. |
CreateMultipatch(Multipatch,SpatialReference) | Convenience method to quickly create a new instance of the Multipatch class from the specified multipatch. |
CreateMultipatch(MultipatchBuilderEx,SpatialReference) | Convenience method to quickly create a new instance of the Multipatch class from the specified multipatch builder. |
CreateMultipatch(MultipatchConstructType,MapPoint,Double,SpatialReference) | Convenience method to quickly create a new Multipatch object. Use this constructor to create a cube, tetrahedron, diamond or hexagon centered around the centerPt of the specified size. |
CreateMultipatch(MultipatchConstructType,MapPoint,Double,Double,SpatialReference) | Convenience method to quickly create a new Multipatch object. Use this constructor to create a cylinder, sphere, sphere frame or cone centered around the centerPt of the specified size and quality. |