Sets the specified parameter of bool on the current part.
Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void SetBoolOnPart( string paramName, bool value )
VB
Public Sub SetBoolOnPart ( paramName As String, value As Boolean )
C++
public: void SetBoolOnPart( String^ paramName, bool value )
Parameters
- paramName String
- The name of the parameter to set.
- value Boolean
- The value to assign to the parameter.