PipeNetworkStateSetPointOnPart Method |
Sets the specified parameter of point on the current part.
Namespace: Autodesk.Civil.RuntimeAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void SetPointOnPart(
string paramName,
Point3d value
)
Public Sub SetPointOnPart (
paramName As String,
value As Point3d
)
public:
void SetPointOnPart(
String^ paramName,
Point3d value
)
Parameters
- paramName String
- The name of the parameter to set.
- value Point3d
- The value to assign to the parameter.
See Also