Sets the specified parameter of point on the current part.
Namespace: Autodesk.Civil.RuntimeAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public void SetPointOnPart(
string paramName,
Point3d value
) |
| Visual Basic |
|---|
Public Sub SetPointOnPart ( _
paramName As String, _
value As Point3d _
) |
| Visual C++ |
|---|
public:
void SetPointOnPart(
String^ paramName,
Point3d value
) |
Parameters
- paramName
- Type: System..::..String
The name of the parameter to set.
- value
- Type: Point3d
The value to assign to the parameter.
See Also