PipeNetworkStateSetProfileOnPart Method |
Sets the specified parameter of profile on the current part.
Namespace: Autodesk.Civil.RuntimeAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void SetProfileOnPart(
string paramName,
ObjectId profileId
)
Public Sub SetProfileOnPart (
paramName As String,
profileId As ObjectId
)
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