Gets the number of features that this DimXpert feature applies to.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetAppliedFeatureCount() As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IDimXpertFeature
Dim value As System.Integer
value = instance.GetAppliedFeatureCount() |
C# | |
---|
System.int GetAppliedFeatureCount() |
C++/CLI | |
---|
System.int GetAppliedFeatureCount(); |
Return Value
Number of features that this feature applies to
Example
Remarks
See Also