Description
Gets or sets the per-batch size, which is
applied to each marker in the batch. The array contains one width
followed by one height.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Size() As Variant()
|
Remarks
To use user-defined per-marker sizes, the marker batch must be constructed with MarkerBatchSizeSource.UserDefined, otherwise each marker's size is it's texture's size.
The size may be interpreted to be pixels or meters depending on MarkerBatchPrimitive.SizeUnit.
If per-marker sizes were specified with MarkerBatchPrimitiveOptionalParameters.SetSizes, the per-batch size is ignored.
Example
Shows the format of
the marker batch's Size property.
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Shows the format of
the marker batch's Size property.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||