Namespace: Contracts.CAD
Assembly: Contracts (in Contracts.dll)

Public Sub New( _ 
ByVal display_name As String, _ 
ByVal name As String, _ 
ByVal layout As String, _ 
ByVal value As String
)
This language is not supported or no code example is available.
public CADField( 
string display_name
string name
string layout
string value 
)
This language is not supported or no code example is available.
public:  
CADField( 
String^ display_name
String^ name
String^ layout
String^ value 
)
This language is not supported or no code example is available.
public function CADField( 
display_name : String
name : String
layout : String
value : String 
);
This language is not supported or no code example is available.

Parameters

display_name
Type: string

name
Type: string

layout
Type: string

value
Type: string

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1