AssocArraygetItemLocators Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public static ItemLocator[] getItemLocators(
FullSubentityPath[] subPaths
)
Public Shared Function getItemLocators (
subPaths As FullSubentityPath()
) As ItemLocator()
public:
static array<ItemLocator>^ getItemLocators(
array<FullSubentityPath>^ subPaths
)
static member getItemLocators :
subPaths : FullSubentityPath[] -> ItemLocator[]
Parameters
- subPaths FullSubentityPath
-
Return Value
ItemLocator
See Also