STK Graphics PrimitivesSend comments on this topic.
SetHint Property (IAgStkGraphicsTextBatchPrimitive)
See Also
Windows





Windows & Linux

Description

Gets the primitive's Set Hint. See the Set Hint Performance Overview for selecting an appropriate value to construct the primitive with.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.