Description
Defines a collection of origins, one for each
marker in the batch.
Syntax
| [Visual Basic .NET] |
|---|
Public Sub SetOrigins( _
ByRef Origins() As Variant _
)
|
Parameters
- Origins
- An array containing a Origin element for each marker in
the batch. There must be one origin for each position passed to the
Marker Batch Primitive's
SetorSetPartialmethod.
Remarks
The origin defines where the marker is placed relative to its position.
Per-marker origins override the per-batch origin. Therefore, when per-marker origins are defined with this method, MarkerBatchPrimitive.Origin is not used.
Example
Shows the format of
the Origins parameter when setting per marker origins.
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Shows the format of
the Origins parameter when setting per marker origins.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||