点击或拖拽改变大小

CustomPropertyModel 构造函数

初始化 CustomPropertyModel 类的一个新实例

命名空间:  Du.SolidWorks.Extension
程序集:  Du.SolidWorks (在 Du.SolidWorks.dll 中) 版本:0.1.1.0 (0.1.1)
语法
public CustomPropertyModel(
	string name,
	swCustomInfoType_e swCustomInfoType,
	string value,
	string evalValue
)

参数

name
类型:SystemString

[缺少 "M:Du.SolidWorks.Extension.CustomPropertyModel.#ctor(System.String,SolidWorks.Interop.swconst.swCustomInfoType_e,System.String,System.String)" 的 <param name="name"/> 文档]

swCustomInfoType
类型:swCustomInfoType_e

[缺少 "M:Du.SolidWorks.Extension.CustomPropertyModel.#ctor(System.String,SolidWorks.Interop.swconst.swCustomInfoType_e,System.String,System.String)" 的 <param name="swCustomInfoType"/> 文档]

value
类型:SystemString

[缺少 "M:Du.SolidWorks.Extension.CustomPropertyModel.#ctor(System.String,SolidWorks.Interop.swconst.swCustomInfoType_e,System.String,System.String)" 的 <param name="value"/> 文档]

evalValue
类型:SystemString

[缺少 "M:Du.SolidWorks.Extension.CustomPropertyModel.#ctor(System.String,SolidWorks.Interop.swconst.swCustomInfoType_e,System.String,System.String)" 的 <param name="evalValue"/> 文档]

参见