Sets the specified Layer of the specified sketch entity.
Syntax
| Visual Basic | |
|---|
Sub SetObjectLayer( _
ByVal Obj As System.Object, _
ByVal Layer As System.String _
) |
| C# | |
|---|
void SetObjectLayer(
System.object Obj,
System.string Layer
) |
| JavaScript | |
|---|
SetObjectLayer(
Obj : Object,
Layer : String
) |
Parameters
- Obj
- Sketch object
- Layer
- Name of the Layer
See Also
Availability
DraftSight V1R1.4