Defines a collection of boolean display flags, one for each marker in the batch.
[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: |
- 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.