FeaturePaint Method (IFeaturePaint)
Obsolete. Superseded by IFeaturePaint::FeaturePaint2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function FeaturePaint( _
ByVal sourcefeature As System.String, _
ByVal targetfeature As System.String _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IFeaturePaint
Dim sourcefeature As System.String
Dim targetfeature As System.String
Dim value As System.Integer
value = instance.FeaturePaint(sourcefeature, targetfeature) |
Parameters
- sourcefeature
-
- targetfeature
-
See Also