Hide Table of Contents
CustomPropertyManager Property (IModelDocExtension)

Gets the custom properties for this document or configuration.

.NET Syntax

Visual Basic (Declaration) 
ReadOnly Property CustomPropertyManager( _
   ByVal ConfigName As System.String _
) As CustomPropertyManager
Visual Basic (Usage) 
Dim instance As IModelDocExtension
Dim ConfigName As System.String
Dim value As CustomPropertyManager
 
value = instance.CustomPropertyManager(ConfigName)
C# 
CustomPropertyManager CustomPropertyManager( 
   System.string ConfigName
) {get;}
C++/CLI 
property CustomPropertyManager^ CustomPropertyManager {
   CustomPropertyManager^ get(System.String^ ConfigName);
}

Parameters

ConfigName
Name of configuration

Property Value

ICustomPropertyManager object

Example

Remarks

File custom information is stored in the document file. It can be:

 

  • General to the file, in which case there is a single value whatever the model's configuration

- or -

  • Configuration-specific, in which case a different value may be set for each configuration in the model

To access a general custom information value, set the configuration argument to an empty string. To get a document-level property, pass an empty string ("") to the configuration argument.

 

As per Microsoft recommendations for OLE support, the file summary information for SOLIDWORKS documents is written as an OLE property set into a stream named "\005Summary Information" off the root storage of the SOLIDWORKS document's compound file.

 

NOTE: MFC does not currently provide classes that manage summary information. However, the DRAWCLI application shipped with Visual C++ includes a sample implementation, in the form of the class CSummInfo, that you can use as an example when implementing your own. This class is used by the document class CDrawDoc. DRAWCLI also includes property pages for displaying and modifying Summary Information.

See Also

Availability

SOLIDWORKS 2007 FCS, Revision Number 15.0


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   CustomPropertyManager Property (IModelDocExtension)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2017 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.