Obsolete. Superseded by ICustomPropertyManager::Get6.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Get5( _
ByVal FieldName As System.String, _
ByVal UseCached As System.Boolean, _
ByRef ValOut As System.String, _
ByRef ResolvedValOut As System.String, _
ByRef WasResolved As System.Boolean _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICustomPropertyManager
Dim FieldName As System.String
Dim UseCached As System.Boolean
Dim ValOut As System.String
Dim ResolvedValOut As System.String
Dim WasResolved As System.Boolean
Dim value As System.Integer
value = instance.Get5(FieldName, UseCached, ValOut, ResolvedValOut, WasResolved) |
Parameters
- FieldName
- Name of the custom property
- UseCached
- True if the configuration has been activated, false if not (see Remarks)
- ValOut
- Value of the custom property
- ResolvedValOut
- Evaluated value of the custom property
- WasResolved
- True if the value was evaluated, false if not (see Remarks)
Return Value
Result code as defined in
swCustomInfoGetResult_e
Remarks
See Also
Availability
SOLIDWORKS 2014 FCS, Revision Number 22.0