Gets the specified custom property for this component.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetCustomProperty( _
ByVal FieldName As System.String, _
ByRef type As System.Integer _
) As System.String |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMComponent12
Dim FieldName As System.String
Dim type As System.Integer
Dim value As System.String
value = instance.GetCustomProperty(FieldName, type) |
C# | |
---|
System.string GetCustomProperty(
System.string FieldName,
out System.int type
) |
C++/CLI | |
---|
System.String^ GetCustomProperty(
& System.String^ FieldName,
& [Out] System.int type
) |
Parameters
- FieldName
- Name of custom property
- type
- Type of custom property as defined by SwDMCustomInfoType
Return Value
Value of the custom property
Example
See Also
Availability
SOLIDWORKS Document Manager API 2024 SP0