PipeNetworkStateSetProfileOnPart Method

Sets the specified parameter of profile on the current part.

Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void SetProfileOnPart(
	string paramName,
	ObjectId profileId
)

Parameters

paramName  String
The name of the parameter to set.
profileId  ObjectId
The value to assign to the parameter.
See Also