MapElement3D.Model Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the 3D model that represents a 3D object.
MapModel3D Model();
void Model(MapModel3D value);
public MapModel3D Model { get; set; }
var mapModel3D = mapElement3D.model;
mapElement3D.model = mapModel3D;
Public Property Model As MapModel3D
Property Value
the 3D model that represents a 3D object.