Interface ILcdContentDescriptor

All Known Subinterfaces:
ILcdClassContentDescriptor
All Known Implementing Classes:
TLcdDWGModelDescriptor, TLcdMIFModelDescriptor, TLcdSHPModelDescriptor

public interface ILcdContentDescriptor
Deprecated.
use ILcdClassContentDescriptor.
This interface is deprecated in favor of ILcdClassContentDescriptor. All methods will move to that interface upon removal of this interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    getContentClass(int aIndex)
    Deprecated.
    Returns the content class at index aIndex in the object container..
    int
    Deprecated.
    Returns the number of distinct Classes contained in an object container..
  • Method Details

    • getContentClassCount

      int getContentClassCount()
      Deprecated.
      Returns the number of distinct Classes contained in an object container..
      Returns:
      the number of distinct Classes contained in an object container..
    • getContentClass

      Class getContentClass(int aIndex)
      Deprecated.
      Returns the content class at index aIndex in the object container..
      Parameters:
      aIndex - the number of the content class.
      Returns:
      the content class at index aIndex in the object container..