EdgeDataGetTrueColors Method
|
Returns the array of edge colors used by this
object. For more information about working with colors, see Working
with Colors.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public EntityColor[] GetTrueColors()
Public Function GetTrueColors As EntityColor()
public:
array<EntityColor>^ GetTrueColors()
member GetTrueColors : unit -> EntityColor[]
Return Value
EntityColor
See Also