AGI AgSearch 11 Send comments on this topic.
SetColumnToTruncateLeft Method (IAgPluginSearchStatusGrid)
See Also 
Col
Windows






Windows & Linux

Description

Sets a column to truncate left.

Syntax

[Visual Basic .NET]
Public Sub SetColumnToTruncateLeft( _
   ByVal Col As Integer _
) 

[C#]
public void SetColumnToTruncateLeft(
int Col
);

[Managed C++]
public: void SetColumnToTruncateLeft(
int Col
);

[Java]
public  setColumnToTruncateLeft(
ppInteger Col
);

[Unmanaged C++]
public: HRESULT SetColumnToTruncateLeft(
int Col
);

Parameters

Col

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface