SetLayer Method (IEntityHelper) Send Feedback
See Also 
Obj
Entity
NewVal
Name of the Layer
Sets the name of the Layer for the specified entity.

Syntax

Visual Basic 
Sub SetLayer( _
   ByVal Obj As System.Object, _
   ByVal NewVal As System.String _
) 
C# 
void SetLayer( 
   System.object Obj,
   System.string NewVal
)
JavaScript 
SetLayer( 
   Obj : Object,
   NewVal : String
)
COM native C++ 
HRESULT SetLayer( 
   IDispatch* Obj,
   BSTR NewVal
) 
C++ 
DSRESULT SetLayer( 
   dsObject* Obj,
   const dsString& NewVal
) 

Parameters

Obj
Entity
NewVal
Name of the Layer
 

See Also

Availability

DraftSight V1R3.0