Gets all of the custom properties for this configuration.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetAllCustomPropertyNamesAndValues( _
ByRef names As System.Object, _
ByRef types As System.Object, _
ByRef linkedTo As System.Object, _
ByRef values As System.Object _
) |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMConfiguration4
Dim names As System.Object
Dim types As System.Object
Dim linkedTo As System.Object
Dim values As System.Object
instance.GetAllCustomPropertyNamesAndValues(names, types, linkedTo, values) |
C# | |
---|
void GetAllCustomPropertyNamesAndValues(
out System.object names,
out System.object types,
out System.object linkedTo,
out System.object values
) |
C++/CLI | |
---|
void GetAllCustomPropertyNamesAndValues(
& [Out] System.Object^ names,
& [Out] System.Object^ types,
& [Out] System.Object^ linkedTo,
& [Out] System.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 |
Remarks
See Also
Availability
SOLIDWORKS Document Manager API 2004 SP4