Get Configuration-Specific Custom Properties for Components (C#)
This example shows how to get custom properties for
assembly components.
//----------------------------------------------------------------------------
// Preconditions:
// 1. Read the SOLIDWORKS Document Manager API Getting Started
// topic and ensure that the required DLLs are registered.
// 2. Copy and paste this code into a C# console application
// in Microsoft Visual Studio.
// 3. Add the SolidWorks.Interop.swdocumentmgr.dll reference to the project:
// a. Right-click the solution in Solution Explorer.
// b. Click Add Reference.
// c. Click Browse.
// d. Click:
// install_dir\api\redist\SolidWorks.Interop.swdocumentmgr.dll
// e. Click Add.
// f. Click Close.
// 4. Ensure that the model to open exists.
// 5. Substitute your_license_key with your SOLIDWORKS Document
// Manager license key.
// 6. Open the Immediate window.
//
// Postconditions:
// 1.
// 2.
//
// NOTE: Because the model is used elsewhere, do not save changes.
//--------------------------------------------------------------------------