RingCollectionContains Method
|
Namespace: Teigha.Aec.Geometry
Assembly: TA_Mgd (in TA_Mgd.dll) Version:
26.3.0.0
Syntax
public bool Contains(
Ring value
)
Public Function Contains (
value As Ring
) As Boolean
public:
bool Contains(
Ring^ value
)
member Contains :
value : Ring -> bool
Parameters
- value Ring
-
Return Value
Boolean
See Also