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