Sets the material user name for this feature, which is visible to the user.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetMaterialUserName( _
ByVal Name As System.String _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IFeature
Dim Name As System.String
Dim value As System.Boolean
value = instance.SetMaterialUserName(Name) |
C# | |
---|
System.bool SetMaterialUserName(
System.string Name
) |
C++/CLI | |
---|
System.bool SetMaterialUserName(
& System.String^ Name
) |
Parameters
- Name
Material user name property for this feature
Return Value
True if the material user name was set successfully, false if not
See Also