BlockPropertiesTableRowCollectionRemove(BlockPropertiesTableRow)
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public void Remove(
BlockPropertiesTableRow row
)
Public Sub Remove (
row As BlockPropertiesTableRow
)
public:
void Remove(
BlockPropertiesTableRow^ row
)
member Remove :
row : BlockPropertiesTableRow -> unit
Parameters
- row BlockPropertiesTableRow
-
See Also