Allows you to manage profiles of user-interface settings.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Interface IProfileManager |
C# | |
---|
public interface IProfileManager |
JavaScript | |
---|
Object dsProfileManager |
COM native C++ | |
---|
interface IProfileManager |
C++ | |
---|
class dsProfileManager_c |
Example
Locate the MyProfile folder under DraftSight_install_dir\APISDK\samples\C#.
Open MyProfile\MyProfile_2015.csproj in Visual Studio.
Inspect MyProfile\commands\CommandMyProfile.cs.
Run the project to install the DraftSight add-in.
Remarks
Accessors
Access Diagram
See Also