Public Shared Function From3DModelFile( _ ByVal filePath As String, _ Optional ByVal spatialReference As SpatialReference _ ) As Multipatch
public static Multipatch From3DModelFile( string filePath, SpatialReference spatialReference )
Parameters
- filePath
- The file system location of the 3D model.
- spatialReference
- The spatial reference of the output geometry.
Return Value
The model geometry. An empty multipatch will be returned if the model file cannot be read or if the model file contains no geometry.