STK UI PluginsSend comments on this topic.
InsertSeparator Method (IAgUiPluginMenuBuilder)
See Also
BeforeIndex
Windows





Windows & Linux

Description

Inserts a menu item separator at a specified position.

Syntax

[Visual Basic .NET]
Public Sub InsertSeparator( _
    ByVal BeforeIndex As Integer _
)
[C#]
public void InsertSeparator(
    int BeforeIndex
);
[Managed C++]
public: void InsertSeparator(
    int BeforeIndex
);
[Unmanaged C++]
public: HRESULT InsertSeparator(
    long BeforeIndex
);
[Java]
public void insertSeparator(
    int BeforeIndex
);

Parameters

BeforeIndex

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.