Share

ProfileDesignCheckSet.RemoveDesignCheck(ProfileDesignCheck) Method

Remove one design check from this ProfileDesignCheckSet.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public void RemoveDesignCheck(
	ProfileDesignCheck designCheck
)

VB

Public Sub RemoveDesignCheck ( 
	designCheck As ProfileDesignCheck
)

C++

public:
void RemoveDesignCheck(
	ProfileDesignCheck^ designCheck
)

Parameters

designCheck  ProfileDesignCheck
The design check needed to be removed.

Exceptions

ExceptionCondition
ArgumentException Thrown when the specified design check is not exist.

See Also

Reference

Was this information helpful?