This document is archived and information here might be outdated.  Recommended version.


ICommandItem.BuiltIn Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Framework)  

ICommandItem.BuiltIn Property

Indicates whether this command item is built-in or if it was implemented through VBA.

[Visual Basic .NET]
Public ReadOnly Property BuiltIn As Boolean
[C#]
public bool BuiltIn {get;}

Product Availability

Available with ArcGIS Desktop.

Description

Returns True if the command is a COM command that was created by implementing ICommand and compiling into a DLL. Returns False if the command is a UIControl or a VBA macro.

See Also

ICommandItem Interface