STK Graphics PrimitivesSend comments on this topic.
SetDisplays Method (IAgStkGraphicsMarkerBatchPrimitiveOptionalParameters)
See Also
Displays
The display flags for each marker in the batch. There must be one flag for each marker passed to the primitive's Set method.
Windows





Windows & Linux

Description

Defines a collection of boolean display flags, one for each marker in the batch.

Syntax

[Visual Basic .NET]
Public Sub SetDisplays( _
    ByVal Displays As System.Array _
)
[C#]
public void SetDisplays(
    System.Array Displays
);
[Managed C++]
public: void SetDisplays(
    System::Array ^ Displays
);
[Unmanaged C++]
public: HRESULT SetDisplays(
    SAFEARRAY * * Displays
);
[Java]
public void setDisplays(
    AgSafeArray Displays
);
[Python - STK API ]
def SetDisplays(self, Displays:list) -> None:

Parameters

Displays
The display flags for each marker in the batch. There must be one flag for each marker passed to the primitive's Set method.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.