STK Graphics PrimitivesSend comments on this topic.
SizeSource Property (IAgStkGraphicsMarkerBatchPrimitive)
See Also
Windows





Windows & Linux

Description

Gets the source used for the size of markers in the batch.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property SizeSource() As AgEStkGraphicsMarkerBatchSizeSource
[C#]
public AgEStkGraphicsMarkerBatchSizeSource SizeSource {get;}
[Managed C++]
public: __property AgEStkGraphicsMarkerBatchSizeSource get_SizeSource();
[Unmanaged C++]
public: HRESULT get_SizeSource(
    AgEStkGraphicsMarkerBatchSizeSource * pRetVal
);
[Java]
public AgEStkGraphicsMarkerBatchSizeSource getSizeSource();
[Python - STK API]
@property
def SizeSource(self) -> "AgEStkGraphicsMarkerBatchSizeSource":

Remarks

When SizeSource is from texture, each marker's size is either the size of texture, if a per-batch texture is used, or the size of the corresponding texture from SetSizes, if per-marker textures are used. When SizeSource is user defined, each marker's size is either size, if per-batch size is used, or the size corresponding from SetSizes if per-marker sizes are used.

See Also

© 2021 Analytical Graphics, Inc. All Rights Reserved.