Hide Table of Contents
Get3 Method (ICustomPropertyManager)

Obsolete. Superseded by ICustomPropertyManager::Get4.

.NET Syntax

Visual Basic (Declaration) 
Function Get3( _
   ByVal FieldName As String, _
   ByVal UseCached As Boolean, _
   ByRef ValOut As String, _
   ByRef ResolvedValOut As String _
) As Boolean
Visual Basic (Usage) 
Dim instance As ICustomPropertyManager
Dim FieldName As String
Dim UseCached As Boolean
Dim ValOut As String
Dim ResolvedValOut As String
Dim value As Boolean
 
value = instance.Get3(FieldName, UseCached, ValOut, ResolvedValOut)
C# 
bool Get3( 
   string FieldName,
   bool UseCached,
   out string ValOut,
   out string ResolvedValOut
)
C++/CLI 
bool Get3( 
&   String^ FieldName,
&   bool UseCached,
&   [Out] String^ ValOut,
&   [Out] String^ ResolvedValOut
) 

Parameters

FieldName
Name of the custom property
UseCached
True if configuration has been activated, false if not (see Remarks)
ValOut
Value of the custom property
ResolvedValOut
Evaluated value of the custom property

Return Value

True if up-to-date data is returned, false if not (see Remarks)

Remarks

This method can get the cached custom property, even if the configuration is not currently active, without having to change configurations.



If UseCached is set to...

And the configuration has already been activated...



Then...

True

Yes

  • Up-to-date data is returned and return value = True

True

No

  • Cached data is returned and return value = False

False

Yes

  • Up-to-date data is returned and return value = True

False

No

  • Up-to-date data is returned and return value = True

 

This method returns configuration-specific, linked, custom-property, evaluated data more quickly than the now obsolete ICustomPropertyManager::Get2 method, if the configuration was previously activated.

If you always want up-to-date data, then you should set UseCached to false. This may result in a more time-consuming call if the configuration was not previously activated.

 

See Also

Availability

SolidWorks 2008 SP4, Revision Number 16.4


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:   Get3 Method (ICustomPropertyManager)
*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) 2012 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.