Gets the maximum number for a LimitedNumber feature.
long GetFeatureCount(
string
)
'Declaration
Function GetFeatureCount( _
ByVal As String _
) As Long
'Usage
Dim instance As ILicense
Dim featureId As String
Dim value As Long
value = instance.GetFeatureCount(featureId)
int64 GetFeatureCount(
String^
)
Parameters
- featureId
- The feature id.
Return Value
The maximum number for the feature.