GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

CreateBoxParametersSize Class

public class CreateBoxParametersSize :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.CreateBoxParametersSize>

Inheritance System.Object 🡒 CreateBoxParametersSize

Implements System.IEquatable<CreateBoxParametersSize>

Constructors

CreateBoxParametersSize(Nullable, Nullable, Nullable) Constructor

public CreateBoxParametersSize(System.Nullable<double> Depth=null, System.Nullable<int> Height=null, System.Nullable<int> Width=null);

Parameters

Depth System.Nullable<System.Double>

The depth of the created mesh.
ArcGIS Maps SDK for JavaScript

Height System.Nullable<System.Int32>

The height of the created mesh.
ArcGIS Maps SDK for JavaScript

Width System.Nullable<System.Int32>

The width of the created mesh.
ArcGIS Maps SDK for JavaScript

Properties

CreateBoxParametersSize.Depth Property

The depth of the created mesh.
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> Depth { get; set; }

Property Value

System.Nullable<System.Double>

CreateBoxParametersSize.Height Property

The height of the created mesh.
ArcGIS Maps SDK for JavaScript

public System.Nullable<int> Height { get; set; }

Property Value

System.Nullable<System.Int32>

CreateBoxParametersSize.Width Property

The width of the created mesh.
ArcGIS Maps SDK for JavaScript

public System.Nullable<int> Width { get; set; }

Property Value

System.Nullable<System.Int32>