EntityColorCollectionItem Property
|
Namespace: Teigha.Colors
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual EntityColor this[
int index
] { get; set; }
Public Overridable Default Property Item (
index As Integer
) As EntityColor
Get
Set
public:
virtual property EntityColor default[int index] {
EntityColor get (int index);
void set (int index, EntityColor value);
}
abstract Item : EntityColor with get, set
override Item : EntityColor with get, set
Parameters
- index Int32
-
Property Value
EntityColor
See Also