BufferSnapCS.BufferSnap.UnregisterFunction C# (CSharp) 메소드

UnregisterFunction() 개인적인 메소드

private UnregisterFunction ( Type registerType ) : void
registerType Type
리턴 void
    static void UnregisterFunction(Type registerType)
    {
      // Required for ArcGIS Component Category Registrar support
      ArcGISCategoryUnregistration(registerType);

    }