ILODInfos Interface

Provides access to the LOD Info Collection Interface.

Members

Name Description
Method Add Adds a LOD info.
Read-only property Count The LOD info count.
Read-only property Element The LOD info at the specified position.
Method Insert Adds a LOD info at the specified position.
Method Remove Removes the LOD info at the specified position.
Method RemoveAll Removes all LOD infos.

ILODInfos.Add Method

Adds a LOD info.

Public Sub Add ( _
    ByVal pLODInfo As ILODInfo _
)
public void Add (
    ILODInfo pLODInfo
);

ILODInfos.Count Property

The LOD info count.

Public ReadOnly Property Count As Integer
public int Count {get;}

ILODInfos.Element Property

The LOD info at the specified position.

Public Function get_Element ( _
    ByVal Index As Integer _
) As ILODInfo
public ILODInfo get_Element (
    int Index
);

ILODInfos.Insert Method

Adds a LOD info at the specified position.

Public Sub Insert ( _
    ByVal Index As Integer, _
    ByVal pLODInfo As ILODInfo _
)
public void Insert (
    int Index,
    ILODInfo pLODInfo
);

ILODInfos.Remove Method

Removes the LOD info at the specified position.

Public Sub Remove ( _
    ByVal Index As Integer _
)
public void Remove (
    int Index
);

ILODInfos.RemoveAll Method

Removes all LOD infos.

Public Sub RemoveAll ( _
)
public void RemoveAll (
);

Classes that implement ILODInfos

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.