Defines a collection of origins, one for each marker in the batch.
[Visual Basic .NET] |
---|
Public Sub SetOrigins( _ ByRef Origins As System.Array _ ) |
[C#] |
---|
public void SetOrigins( |
[Managed C++] |
---|
public: void SetOrigins( |
[Java] |
---|
public setOrigins( |
[Unmanaged C++] |
---|
public: HRESULT SetOrigins( |
- 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
Set
orSetPartial
method.
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.
Shows the format of the Origins parameter when setting per marker origins.
[C#] | ![]() | |
---|---|---|
|
Shows the format of the Origins parameter when setting per marker origins.
[Visual Basic .NET] | ![]() | |
---|---|---|
|