GetNextSubFeature Method (IFeature)
Gets the next sub-feature from the owner of this sub-feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetNextSubFeature() As Object |
Visual Basic (Usage) | |
---|
Dim instance As IFeature
Dim value As Object
value = instance.GetNextSubFeature()
|
C# | |
---|
object GetNextSubFeature() |
C++/CLI | |
---|
Object^ GetNextSubFeature(); |
Return Value
Next sub-feature
Example
Remarks
See Also