Gets the type of the specified custom property for a configuration or model document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetType2( _
ByVal FieldName As System.String _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICustomPropertyManager
Dim FieldName As System.String
Dim value As System.Integer
value = instance.GetType2(FieldName) |
C# | |
---|
System.int GetType2(
System.string FieldName
) |
C++/CLI | |
---|
System.int GetType2(
& System.String^ FieldName
) |
Parameters
- FieldName
- Name of the custom property whose type to get
Return Value
Type of custom property as defined in
swCustomInfoType_e
Example
Remarks
See Also
Availability
SOLIDWORKS 2007 FCS, Revision Number 15.0