Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro.ToolGroup (in Cognex.VisionPro.ToolGroup.dll) Version: 69.0.0.0 (69.0.0.0)
public static CodeMemberProperty CreateProperty(
string name,
string type
)
public static CodeMemberProperty CreateProperty(
string name,
string type
)
Public Shared Function CreateProperty (
name As String,
type As String
) As CodeMemberProperty
Public Shared Function CreateProperty (
name As String,
type As String
) As CodeMemberProperty
public:
static CodeMemberProperty^ CreateProperty(
String^ name,
String^ type
)
public:
static CodeMemberProperty^ CreateProperty(
String^ name,
String^ type
)
Return Value
Type:
CodeMemberProperty