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.





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1