AGI Ui Plugins 11 Send comments on this topic.
InsertSeparator Method (IAgUiPluginMenuBuilder2)
See Also 
BeforeIndex





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
);

[Java]
public  insertSeparator(
int BeforeIndex
);

[Unmanaged C++]
public: HRESULT InsertSeparator(
long BeforeIndex
);

Parameters

BeforeIndex

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1