Gets or sets the name of the layer.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public string Name { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Name As String |
Visual C++ |
---|
public: property String^ Name { String^ get (); void set (String^ value); } |
Field Value
The name of the layer.Remarks
This property does not check if the value is a valid dxf™ layer name.
If a layer name is not valid, an error occurs opening the dxf™ file!