Gets the type of feature.
NOTE: To get the underlying type of feature of an Instant3D feature, call this method; otherwise, call IFeature::GetTypeName2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetTypeName() As System.String |
Visual Basic (Usage) | |
---|
Dim instance As IFeature
Dim value As System.String
value = instance.GetTypeName() |
C# | |
---|
System.string GetTypeName() |
C++/CLI | |
---|
System.String^ GetTypeName(); |
Return Value
Feature type (see
Remarks)
Example
Remarks
See Also