STK AgSearchSend 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
);
[Unmanaged C++]
public: HRESULT SetColumnToTruncateLeft(
    int Col
);
[Java]
public void setColumnToTruncateLeft(
    Integer Col
);

Parameters

Col

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.