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