EntityColorCollectionAdd Method
|
Namespace: Teigha.Colors
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public int Add(
EntityColor value
)
Public Function Add (
value As EntityColor
) As Integer
public:
virtual int Add(
EntityColor value
) sealed
abstract Add :
value : EntityColor -> int
override Add :
value : EntityColor -> int
Parameters
- value EntityColor
-
Return Value
Int32
See Also