RemoveProfile Method (IProfileManager)
Deletes the specified profile.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function RemoveProfile( _
BSTR ProfileName As System.String _
) As System.Boolean |
C# | |
---|
System.bool RemoveProfile(
System.string ProfileName
) |
Parameters
- ProfileName
- Name of profile to delete (see Remarks)
Parameters
- RetVal[out] or Return Value
- True if profile successfully removed, false if not
Remarks
See Also
Availability
DraftSight 2024 SP0