LinetypeCollectionContains Method
|
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public bool Contains(
Linetype value
)
Public Function Contains (
value As Linetype
) As Boolean
public:
bool Contains(
Linetype value
)
member Contains :
value : Linetype -> bool
Parameters
- value Linetype
-
Return Value
Boolean
See Also