Gets the name of the CAD layout.
public: __property string* get_Name();
'Declaration
Public ReadOnly Property Name As String
'Usage
Dim instance As CadLayout
Dim value As String
value = instance.Name
Property Value
A string which represents the name of the CAD layout.