This document is archived and information here might be outdated. Recommended version. |
Updates the level category associated with the specified instance ID.
[Visual Basic .NET]
Public Sub UpdateCellSizeLevelCategory ( _
ByVal InstanceID As Integer, _
ByVal levelId As Integer, _
ByVal Category As Integer _
)
[C#]
public void UpdateCellSizeLevelCategory (
int InstanceID,
int levelId,
int Category
);
[C++]
HRESULT UpdateCellSizeLevelCategory(
long InstanceID,
long levelId,
long Category
);
[C++] Parameters InstanceID
InstanceID is a parameter of type long levelId
levelId is a parameter of type long Category
Category is a parameter of type long