Allows you to manage profiles of user-interface settings.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Interface IProfileManager |
C# | |
---|
public interface IProfileManager |
JScript | |
---|
public interface IProfileManager |
Managed Extensions for C++ | |
---|
public __gc __interface IProfileManager |
C++/CLI | |
---|
public interface class IProfileManager |
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