Gets all of the custom properties for this document.
.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 ISwDMDocument3
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
- linkedTo
Array of linked to Values/Text Expressions (see Remarks)
- values
- Array of Evaluated Values
Remarks
See Also
Availability
SOLIDWORKS Document Manager API 2004 SP4