GetObjectLayer Method (ISketchManager)
Gets the name of the Layer where the specified sketch entity resides.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetObjectLayer( _
dsObject* Obj As System.Object _
) As System.String |
C# | |
---|
System.string GetObjectLayer(
System.object Obj
) |
JavaScript | |
---|
GetObjectLayer(
Obj : Object
) : String |
Parameters
- Obj
- Sketch entity
- Layer[out] or Return Value
- Name of Layer; empty string if Obj is not a valid DraftSight API object
See Also
Availability
DraftSight V1R1.4