AGI STK Graphics 11 Send 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 Marker Batch 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( _
   ByRef Displays As System.Array _
) 

[C#]
public void SetDisplays(
ref System.Array Displays
);

[Managed C++]
public: void SetDisplays(
System::Array ^^ Displays
);

[Java]
public  setDisplays(
Object[] Displays
);

[Unmanaged C++]
public: HRESULT SetDisplays(
SAFEARRAY ** Displays
);

Parameters

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

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface