GetColor Method (IEntityHelper) Send Feedback
See Also 
Val[out]
LineColor
Obj
Entity 
Gets the LineColor of the specified entity.

Syntax

Visual Basic 
Function GetColor( _
   ByVal Obj As System.Object _
) As Color
C# 
Color GetColor( 
   System.object Obj
)
JavaScript 
GetColor( 
   Obj : Object
) : dsColor
COM native C++ 
HRESULT GetColor( 
   IDispatch* Obj,
   IColor** Val
) 
C++ 
DSRESULT GetColor( 
   dsObject* Obj,
   dsColor** Val
) 

Parameters

Obj
Entity 
Val[out] or Return Value
LineColor
 

See Also

Availability

DraftSight V1R3.0