SetObjectLayer Method (ISketchManager)
Sets the specified Layer of the specified sketch entity.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Sub SetObjectLayer( _
IDispatch* Obj As System.Object, _
BSTR Layer As System.String _
) |
| C# | |
|---|
void SetObjectLayer(
System.object Obj,
System.string Layer
) |
| JavaScript | |
|---|
SetObjectLayer(
Obj : System.Object,
Layer : System.String
) |
| COM native C++ | |
|---|
HRESULT SetObjectLayer(
dsObject* Obj,
const dsString& Layer
) |
Parameters
- Obj
- Sketch object
- Layer
- Name of the Layer
See Also
Availability
DraftSight V1R1.4