SetObjectLayer Method (ISketchManager)
Sets the specified Layer of the specified sketch entity.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetObjectLayer( _
dsObject* Obj As System.Object, _
const dsString& 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