GetLayer Method (IEntityHelper) Send Feedback
See Also 
Val[out]
Name of the Layer
Obj
Entity
Gets the name of the Layer for the specified entity.

Syntax

Visual Basic 
Function GetLayer( _
   ByVal Obj As System.Object _
) As System.String
C# 
System.string GetLayer( 
   System.object Obj
)
JavaScript 
GetLayer( 
   Obj : Object
) : String
COM native C++ 
HRESULT GetLayer( 
   IDispatch* Obj,
   BSTR* Val
) 
C++ 
DSRESULT GetLayer( 
   dsObject* Obj,
   dsString* Val
) 

Parameters

Obj
Entity
Val[out] or Return Value
Name of the Layer
 

See Also

Availability

DraftSight V1R3.0