Gets the sheet's specified invisible sheet custom property.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetInvisibleCustomProperty( _
ByVal FieldName As System.String, _
ByRef type As SwDmCustomInfoType _
) As System.String |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMSheet
Dim FieldName As System.String
Dim type As SwDmCustomInfoType
Dim value As System.String
value = instance.GetInvisibleCustomProperty(FieldName, type) |
Parameters
- FieldName
- Name of the custom property
- type
- Type of custom property as defined by swDMCustomInfoType
Return Value
Value of the custom property
Remarks
See Also
Availability
SolidWorks Document Manager API 2009 SP0