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