Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 567 Bytes

InventorCode.AddinPack.CommandButtonTemplate.internalName.md

File metadata and controls

12 lines (8 loc) · 567 Bytes

CommandButtonTemplate.internalName Property

The internal name of the command button. Must be unique across the Inventor Application. This must be overridden in the extending class.

protected abstract string internalName { get; set; }

Property Value

System.String