点击或拖拽改变大小

ISWAddinCommandAddFlyoutCommand 方法

[缺少 "M:Du.SolidWorks.ISWAddinCommand.AddFlyoutCommand(SolidWorks.Interop.sldworks.IFlyoutGroup,System.String,System.String,System.String,System.Int32,System.Type)" 的 <summary> 文档]

命名空间:  Du.SolidWorks
程序集:  Du.SolidWorks (在 Du.SolidWorks.dll 中) 版本:0.1.1.0 (0.1.1)
语法
int AddFlyoutCommand(
	IFlyoutGroup flyoutGroup,
	string guid,
	string name,
	string hint,
	int imageListIndex,
	Type commandType
)

参数

flyoutGroup
类型:IFlyoutGroup

[缺少 "M:Du.SolidWorks.ISWAddinCommand.AddFlyoutCommand(SolidWorks.Interop.sldworks.IFlyoutGroup,System.String,System.String,System.String,System.Int32,System.Type)" 的 <param name="flyoutGroup"/> 文档]

guid
类型:SystemString

[缺少 "M:Du.SolidWorks.ISWAddinCommand.AddFlyoutCommand(SolidWorks.Interop.sldworks.IFlyoutGroup,System.String,System.String,System.String,System.Int32,System.Type)" 的 <param name="guid"/> 文档]

name
类型:SystemString

[缺少 "M:Du.SolidWorks.ISWAddinCommand.AddFlyoutCommand(SolidWorks.Interop.sldworks.IFlyoutGroup,System.String,System.String,System.String,System.Int32,System.Type)" 的 <param name="name"/> 文档]

hint
类型:SystemString

[缺少 "M:Du.SolidWorks.ISWAddinCommand.AddFlyoutCommand(SolidWorks.Interop.sldworks.IFlyoutGroup,System.String,System.String,System.String,System.Int32,System.Type)" 的 <param name="hint"/> 文档]

imageListIndex
类型:SystemInt32

[缺少 "M:Du.SolidWorks.ISWAddinCommand.AddFlyoutCommand(SolidWorks.Interop.sldworks.IFlyoutGroup,System.String,System.String,System.String,System.Int32,System.Type)" 的 <param name="imageListIndex"/> 文档]

commandType
类型:SystemType

[缺少 "M:Du.SolidWorks.ISWAddinCommand.AddFlyoutCommand(SolidWorks.Interop.sldworks.IFlyoutGroup,System.String,System.String,System.String,System.Int32,System.Type)" 的 <param name="commandType"/> 文档]

返回值

类型:Int32

[缺少 "M:Du.SolidWorks.ISWAddinCommand.AddFlyoutCommand(SolidWorks.Interop.sldworks.IFlyoutGroup,System.String,System.String,System.String,System.Int32,System.Type)" 的 <returns> 文档]

参见