BlockPropertiesTableRowCollectionGetIndex
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public int GetIndex(
BlockPropertiesTableRow row
)
Public Function GetIndex (
row As BlockPropertiesTableRow
) As Integer
public:
int GetIndex(
BlockPropertiesTableRow^ row
)
member GetIndex :
row : BlockPropertiesTableRow -> int
Parameters
- row BlockPropertiesTableRow
-
Return Value
Int32
See Also