Provides access to the LOD Info Collection Interface.
Members
Name | Description | |
---|---|---|
Add | Adds a LOD info. | |
Count | The LOD info count. | |
Element | The LOD info at the specified position. | |
Insert | Adds a LOD info at the specified position. | |
Remove | Removes the LOD info at the specified position. | |
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 |
---|