Gets all of the custom properties for this configuration.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetAllCustomPropertyNamesAndValues( _
ByRef names As Object, _
ByRef types As Object, _
ByRef linkedTo As Object, _
ByRef values As Object _
) |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMConfiguration4
Dim names As Object
Dim types As Object
Dim linkedTo As Object
Dim values As Object
instance.GetAllCustomPropertyNamesAndValues(names, types, linkedTo, values)
|
C# | |
---|
void GetAllCustomPropertyNamesAndValues(
out object names,
out object types,
out object linkedTo,
out object values
) |
C++/CLI | |
---|
void GetAllCustomPropertyNamesAndValues(
& [Out] Object^ names,
& [Out] Object^ types,
& [Out] Object^ linkedTo,
& [Out] Object^ values
) |
Parameters
- names
- Array of Property Names
- types
- Array of Types as defined in SwDmCustomInfoType
- linkedTo
- Array of Estimated Values
- values
- Array of linked to Values/Text Expressions (see Remarks)
Return Value
If the properties are... |
Then this method returns... |
Linked |
The evaluated results of values |
Not linked |
Empty strings.
This method returns the same values as returned by ISwDMConfiguration::GetCustomProperty |
See Also
Availability
SolidWorks Document Manager API 2004 SP4