Share

ItemLocator Structure

Description

ItemLocator wraps the ObjectARX class AcDbItemLocator.

ItemLocator represents spatial index of an item in a 3D array, that is, an item index{i,j,k} for a rectangular array.

C#

public struct ItemLocator {
}

Visual Basic

Public Structure ItemLocator
End Structure

Links

ItemLocator Properties

Was this information helpful?