Description:

Returns True if some object in the instance definition references the linetype with the specified linetype index.

Syntax:
public bool UsesLinetype(
int linetypeIndex
)
Parameters:
  • linetypeIndex
  • Type: int
  • The index of linetype to search for.
Returns:
Type: bool
True if there is an object in the instance definition that references that linetype.
Available since:
8.7

Nothing found