Gets the value and the resolved value of the specified custom property.
.NET Syntax
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)
|
Parameters
- FieldName
- Name of the custom property
- UseCached
- True if configuration has been activated, false if not (see Remarks)
- ValOut
- Value of custom property
- ResolvedValOut
- Resolved value of the custom property
Return Value
True if up-to-date data is returned, false if not (see
Remarks)
Remarks
See Also
Availability
SolidWorks 2008 SP4, Revision Number 16.4