'Declaration
Public Overloads Overrides Function GetType( _ ByVal obj As System.Object _ ) As GraphPartType
'Usage
Dim instance As NShapeGraphAdapter Dim obj As System.Object Dim value As GraphPartType value = instance.GetType(obj)
public override GraphPartType GetType( System.object obj )
Parameters
- obj