SurfaceGetSubentityColor Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual Color GetSubentityColor(
SubentityId subEntityId
)
Public Overridable Function GetSubentityColor (
subEntityId As SubentityId
) As Color
public:
virtual Color^ GetSubentityColor(
SubentityId subEntityId
)
abstract GetSubentityColor :
subEntityId : SubentityId -> Color
override GetSubentityColor :
subEntityId : SubentityId -> Color
Parameters
- subEntityId SubentityId
-
Return Value
Color
See Also