PipeNetworkStateSetSurfaceOnPart Method |
Sets the specified parameter of surface on the current part.
Namespace: Autodesk.Civil.RuntimeAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic void SetSurfaceOnPart(
string paramName,
ObjectId surfaceId
)
Public Sub SetSurfaceOnPart (
paramName As String,
surfaceId As ObjectId
)
public:
void SetSurfaceOnPart(
String^ paramName,
ObjectId surfaceId
)
Parameters
- paramName String
- The name of the parameter to set.
- surfaceId ObjectId
- The value to assign to the parameter.
See Also