PlotId.PlotId Constructors
Overloaded. Creates a new PlotId.
Overload List
Name | Description | |
---|---|---|
Public method | PlotId() | Initializes a new instance of the PlotId class with zeroes. |
Public method | PlotId(System.UInt64 layerId, System.UInt64 batchId, System.UInt64 index) | Initializes a new instance of the PlotId class with the specified layer, batch and plot index. |
PlotId()
Initializes a new instance of the PlotId class with zeroes.Syntax
public PlotId ()
PlotId(System.UInt64 layerId, System.UInt64 batchId, System.UInt64 index)
Initializes a new instance of the PlotId class with the specified layer, batch and plot index.Syntax
public PlotId (
System.UInt64 layerId,
System.UInt64 batchId,
System.UInt64 index
)
Parameters
layerId
Type: System.UInt64
The identity of the PlotLayer.
The identity of the PlotLayer.
batchId
Type: System.UInt64
The identity of the batch.
The identity of the batch.
index
Type: System.UInt64
The index of the plot in the batch.
The index of the plot in the batch.
Remarks
Use PlotLayer.Id to retrieve the identity of the layer.
Platforms
Windows, Linux, Android