Visual Basic | |
---|---|
Function GetObjectLayer( _ ByVal 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
DraftSight V1R1.4